mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 15:13:52 +01: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:
|
||||
continue
|
||||
|
||||
if filtered.sender == uid:
|
||||
if filtered[0].sender == uid:
|
||||
continue
|
||||
|
||||
for rule in rules:
|
||||
|
|
Loading…
Reference in a new issue