summary refs log tree commit diff
path: root/rust
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-08 12:45:46 +0000
committerDavid Robertson <davidr@element.io>2023-02-08 12:45:46 +0000
commitdccae6408373688e73433adc7cdd95aff314f232 (patch)
treee8771dadb183e464e2cccb89767069da85b6cd6e /rust
parentBump cryptography from 38.0.4 to 39.0.1 (#15020) (diff)
parentPermalink to the docs (diff)
downloadsynapse-dccae6408373688e73433adc7cdd95aff314f232.tar.xz
Merge branch 'release-v1.77' into develop
Diffstat (limited to 'rust')
-rw-r--r--rust/src/push/base_rules.rs2
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,
     },