chore: Follow up push rules

pull/1595/head
Krille 5 months ago
parent 1147ddf91d
commit 0106c0f6f6
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -91,7 +91,8 @@ class SettingsNotificationsView extends StatelessWidget {
value: rule.enabled, value: rule.enabled,
onChanged: controller.isLoading onChanged: controller.isLoading
? null ? null
: Matrix.of(context) : rule.ruleId != '.m.rule.master' &&
Matrix.of(context)
.client .client
.allPushNotificationsMuted .allPushNotificationsMuted
? null ? null

Loading…
Cancel
Save