Skip to content
Snippets Groups Projects
Unverified Commit 157c571f authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073)

This does nothing and I want to remove it from the MSC.
parent e9b1ff9f
No related branches found
No related tags found
No related merge requests found
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] = &[ ...@@ -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,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment