mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-06 04:36:43 +02:00
Merge branch 'dbkr/no_push_for_own_events' into develop
This commit is contained in:
commit
ea5eea2424
@ -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…
x
Reference in New Issue
Block a user