0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-21 13:03:45 +02: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:
Richard van der Hoff 2023-02-14 18:19:58 +00:00 committed by GitHub
parent e9b1ff9f31
commit 157c571f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Remove spurious `dont_notify` action from the defaults for the `.m.rule.reaction` pushrule.

View file

@ -223,7 +223,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
pattern_type: None,
},
))]),
actions: Cow::Borrowed(&[Action::DontNotify]),
actions: Cow::Borrowed(&[]),
default: true,
default_enabled: true,
},