summary refs log tree commit diff
path: root/stubs/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/synapse')
-rw-r--r--stubs/synapse/synapse_rust/push.pyi2
1 files changed, 1 insertions, 1 deletions
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, ): ...