From cdd83480dcaaeeb34a3302725a4c03e229afc390 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 7 Sep 2022 17:17:24 +0100 Subject: Fix power levels and tests --- synapse/push/bulk_push_rule_evaluator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'synapse/push') 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, ) -- cgit 1.5.1