0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-21 13:03:45 +02:00

Include no actions instead of dont_notify for suppressing edits. (#15016)

This commit is contained in:
Patrick Cloke 2023-02-07 18:11:16 -05:00 committed by GitHub
parent f10caa73ee
commit 4142dca718
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 @@
Experimental support to suppress notifications from message edits ([MSC3958](https://github.com/matrix-org/matrix-spec-proposals/pull/3958)).

View file

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