diff options
author | H. Shay <hillerys@element.io> | 2022-10-20 14:22:21 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2022-10-20 14:22:21 -0700 |
commit | 63f8ee4007e736be8f9c8666f534cc3e867bbf2f (patch) | |
tree | e2aa4481f7a331bbdd26f4bbebee97dfc5feb35f /rust/src/push/base_rules.rs | |
parent | add version of eventcontext without state group (diff) | |
parent | Use servlets for /key/ endpoints. (#14229) (diff) | |
download | synapse-63f8ee4007e736be8f9c8666f534cc3e867bbf2f.tar.xz |
Merge branch 'develop' into shay/batch_state_groups
Diffstat (limited to 'rust/src/push/base_rules.rs')
-rw-r--r-- | rust/src/push/base_rules.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rust/src/push/base_rules.rs b/rust/src/push/base_rules.rs index 2a09cf99ae..63240cacfc 100644 --- a/rust/src/push/base_rules.rs +++ b/rust/src/push/base_rules.rs @@ -258,19 +258,6 @@ pub const BASE_APPEND_UNDERRIDE_RULES: &[PushRule] = &[ default_enabled: true, }, PushRule { - rule_id: Cow::Borrowed("global/underride/.org.matrix.msc3772.thread_reply"), - priority_class: 1, - conditions: Cow::Borrowed(&[Condition::Known(KnownCondition::RelationMatch { - rel_type: Cow::Borrowed("m.thread"), - event_type_pattern: None, - sender: None, - sender_type: Some(Cow::Borrowed("user_id")), - })]), - actions: Cow::Borrowed(&[Action::Notify, HIGHLIGHT_FALSE_ACTION]), - default: true, - default_enabled: true, - }, - PushRule { rule_id: Cow::Borrowed("global/underride/.m.rule.message"), priority_class: 1, conditions: Cow::Borrowed(&[Condition::Known(KnownCondition::EventMatch( |