summary refs log tree commit diff
path: root/synapse/push
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-07 17:17:24 +0100
committerErik Johnston <erik@matrix.org>2022-09-09 15:10:52 +0100
commitcdd83480dcaaeeb34a3302725a4c03e229afc390 (patch)
treee4f04ddd25383712f15c3491c469401e1c72cf33 /synapse/push
parentRevert debug logging (diff)
downloadsynapse-github/erikj/rust_push_evaluator.tar.xz
Diffstat (limited to 'synapse/push')
-rw-r--r--synapse/push/bulk_push_rule_evaluator.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/push/bulk_push_rule_evaluator.py b/synapse/push/bulk_push_rule_evaluator.py

index 339706a95d..d2a636ae46 100644 --- a/synapse/push/bulk_push_rule_evaluator.py +++ b/synapse/push/bulk_push_rule_evaluator.py
@@ -290,8 +290,7 @@ class BulkPushRuleEvaluator: _flatten_dict(event), room_member_count, sender_power_level, - # power_levels, - {}, # TODO + power_levels.get("notifications", {}), relations, self._relations_match_enabled, )