mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'develop' into push_badge_counts
This commit is contained in:
commit
2309450a76
@ -107,7 +107,7 @@ class BulkPushRuleEvaluator:
|
||||
if len(filtered) == 0:
|
||||
continue
|
||||
|
||||
if filtered.sender == uid:
|
||||
if filtered[0].sender == uid:
|
||||
continue
|
||||
|
||||
for rule in rules:
|
||||
|
Loading…
Reference in New Issue
Block a user