Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4142dca

Browse files
authored
Include no actions instead of dont_notify for suppressing edits. (#15016)
1 parent f10caa7 commit 4142dca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15016.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Experimental support to suppress notifications from message edits ([MSC3958](https://github.com/matrix-org/matrix-spec-proposals/pull/3958)).

rust/src/push/base_rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
7676
pattern_type: None,
7777
},
7878
))]),
79-
actions: Cow::Borrowed(&[Action::DontNotify]),
79+
actions: Cow::Borrowed(&[]),
8080
default: true,
8181
default_enabled: true,
8282
},

0 commit comments

Comments
 (0)