mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-27 13:51:57 -05:00
Merge branch 'develop' into push_badge_counts
This commit is contained in:
commit
2309450a76
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class BulkPushRuleEvaluator:
|
||||||
if len(filtered) == 0:
|
if len(filtered) == 0:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if filtered.sender == uid:
|
if filtered[0].sender == uid:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
for rule in rules:
|
for rule in rules:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue