mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 11:36:03 +03:00
'filtered' is a list of zero or 1
This commit is contained in:
parent
259d1ecd1d
commit
746f6e0eb3
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