Merge remote-tracking branch 'origin/develop' into push_badge_counts
This commit is contained in:
commit
7441d8cc0c
|
@ -107,6 +107,9 @@ class BulkPushRuleEvaluator:
|
||||||
if len(filtered) == 0:
|
if len(filtered) == 0:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if filtered.sender == uid:
|
||||||
|
continue
|
||||||
|
|
||||||
for rule in rules:
|
for rule in rules:
|
||||||
if 'enabled' in rule and not rule['enabled']:
|
if 'enabled' in rule and not rule['enabled']:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue