Skip to content
Snippets Groups Projects
Unverified Commit 4142dca7 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

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

parent f10caa73
No related branches found
No related tags found
No related merge requests found
Experimental support to suppress notifications from message edits ([MSC3958](https://github.com/matrix-org/matrix-spec-proposals/pull/3958)).
...@@ -76,7 +76,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[ ...@@ -76,7 +76,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,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment