Skip to content

Commit

Permalink
Enable the .org.matrix.msc4028.encrypted_event push rule by default
Browse files Browse the repository at this point in the history
Client will still only see this rule if the experimental feature is enabled.
  • Loading branch information
anoadragon453 committed Oct 14, 2024
1 parent f6a3e5e commit 6ec694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/push/base_rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
))]),
actions: Cow::Borrowed(&[Action::Notify]),
default: true,
default_enabled: false,
default_enabled: true,
},
PushRule {
rule_id: Cow::Borrowed("global/override/.m.rule.suppress_notices"),
Expand Down

0 comments on commit 6ec694d

Please sign in to comment.