1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-09 01:16:50 +00:00

Merge remote-tracking branch 'origin/develop' into push_badge_counts

This commit is contained in:
David Baker 2016-01-20 13:40:22 +00:00
commit 7441d8cc0c

View file

@ -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