diff options
author | David Robertson <davidr@element.io> | 2023-02-08 12:45:46 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-02-08 12:45:46 +0000 |
commit | dccae6408373688e73433adc7cdd95aff314f232 (patch) | |
tree | e8771dadb183e464e2cccb89767069da85b6cd6e /rust | |
parent | Bump cryptography from 38.0.4 to 39.0.1 (#15020) (diff) | |
parent | Permalink to the docs (diff) | |
download | synapse-dccae6408373688e73433adc7cdd95aff314f232.tar.xz |
Merge branch 'release-v1.77' into develop
Diffstat (limited to 'rust')
-rw-r--r-- | rust/src/push/base_rules.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/push/base_rules.rs b/rust/src/push/base_rules.rs index e9af26dd4f..97d0a0a7e2 100644 --- a/rust/src/push/base_rules.rs +++ b/rust/src/push/base_rules.rs @@ -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, }, |