Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 157c571

Browse files
authored
Remove spurious dont_notify action from .m.rule.reaction (#15073)
This does nothing and I want to remove it from the MSC.
1 parent e9b1ff9 commit 157c571

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15073.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove spurious `dont_notify` action from the defaults for the `.m.rule.reaction` pushrule.

rust/src/push/base_rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
223223
pattern_type: None,
224224
},
225225
))]),
226-
actions: Cow::Borrowed(&[Action::DontNotify]),
226+
actions: Cow::Borrowed(&[]),
227227
default: true,
228228
default_enabled: true,
229229
},

0 commit comments

Comments
 (0)