mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Remove spurious dont_notify
action from .m.rule.reaction
(#15073)
This does nothing and I want to remove it from the MSC.
This commit is contained in:
parent
e9b1ff9f31
commit
157c571f3e
1
changelog.d/15073.feature
Normal file
1
changelog.d/15073.feature
Normal file
@ -0,0 +1 @@
|
|||||||
|
Remove spurious `dont_notify` action from the defaults for the `.m.rule.reaction` pushrule.
|
@ -223,7 +223,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
|
|||||||
pattern_type: None,
|
pattern_type: None,
|
||||||
},
|
},
|
||||||
))]),
|
))]),
|
||||||
actions: Cow::Borrowed(&[Action::DontNotify]),
|
actions: Cow::Borrowed(&[]),
|
||||||
default: true,
|
default: true,
|
||||||
default_enabled: true,
|
default_enabled: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user