mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-09 08:02:10 +00:00
Merge remote-tracking branch 'origin/develop' into push_badge_counts
This commit is contained in:
@@ -107,6 +107,9 @@ class BulkPushRuleEvaluator:
|
||||
if len(filtered) == 0:
|
||||
continue
|
||||
|
||||
if filtered.sender == uid:
|
||||
continue
|
||||
|
||||
for rule in rules:
|
||||
if 'enabled' in rule and not rule['enabled']:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user