mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00:00
Merge branch 'dbkr/no_push_for_own_events' into develop
This commit is contained in:
commit
ea5eea2424
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…
Add table
Reference in a new issue