This repository was archived by the owner on Mar 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ pub const BASE_APPEND_UNDERRIDE_RULES: &[PushRule] = &[
304
304
// rules take precedence, so if you enable bot notifications (by modifying
305
305
// this rule) notifications will not be sent for muted rooms.
306
306
PushRule {
307
- rule_id : Cow :: Borrowed ( "global/override /.m.rule.suppress_notices" ) ,
308
- priority_class : 5 ,
307
+ rule_id : Cow :: Borrowed ( "global/underride /.m.rule.suppress_notices" ) ,
308
+ priority_class : 1 ,
309
309
conditions : Cow :: Borrowed ( & [ Condition :: Known ( KnownCondition :: EventMatch (
310
310
EventMatchCondition {
311
311
key : Cow :: Borrowed ( "content.msgtype" ) ,
@@ -420,10 +420,9 @@ pub const BASE_APPEND_UNDERRIDE_RULES: &[PushRule] = &[
420
420
// Enable notifications for reactions to your own messages *in rooms with less
421
421
// than 20 members*.
422
422
PushRule {
423
- rule_id : Cow :: Borrowed ( "global/override /.com.beeper.reaction" ) ,
424
- priority_class : 5 ,
423
+ rule_id : Cow :: Borrowed ( "global/underride /.com.beeper.reaction" ) ,
424
+ priority_class : 1 ,
425
425
conditions : Cow :: Borrowed ( & [
426
-
427
426
Condition :: Known ( KnownCondition :: EventMatch ( EventMatchCondition {
428
427
key : Cow :: Borrowed ( "type" ) ,
429
428
pattern : Some ( Cow :: Borrowed ( "m.reaction" ) ) ,
You can’t perform that action at this time.
0 commit comments