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 --- stubs/synapse/synapse_rust/push.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stubs/synapse') diff --git a/stubs/synapse/synapse_rust/push.pyi b/stubs/synapse/synapse_rust/push.pyi index 3121bc4dde..7e52419764 100644 --- a/stubs/synapse/synapse_rust/push.pyi +++ b/stubs/synapse/synapse_rust/push.pyi @@ -35,7 +35,7 @@ class PushRuleEvaluator: flattened_keys: Mapping[str, str], room_member_count: int, sender_power_level: int, - power_levels: JsonDict, + notification_power_levels: Mapping[str, int], relations: Mapping[str, Set[Tuple[str, str]]], relation_match_enabled: bool, ): ... -- cgit 1.5.1