summaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2022-10-30 12:23:11 +0100
committerAndrej Shadura <andrewsh@debian.org>2022-10-30 12:23:11 +0100
commit53aa9684018b7b070d195d0e66d121ea43441434 (patch)
tree12b790285708053512a77dd536754d744281b8eb /stubs
parent41aea8fc55649be44b0d55810d8080f8b45fea9e (diff)
New upstream version 1.70.1
Diffstat (limited to 'stubs')
-rw-r--r--stubs/synapse/synapse_rust/push.pyi10
1 files changed, 1 insertions, 9 deletions
diff --git a/stubs/synapse/synapse_rust/push.pyi b/stubs/synapse/synapse_rust/push.pyi
index fffb8419..f2a61df6 100644
--- a/stubs/synapse/synapse_rust/push.pyi
+++ b/stubs/synapse/synapse_rust/push.pyi
@@ -25,13 +25,7 @@ class PushRules:
def rules(self) -> Collection[PushRule]: ...
class FilteredPushRules:
- def __init__(
- self,
- push_rules: PushRules,
- enabled_map: Dict[str, bool],
- msc3786_enabled: bool,
- msc3772_enabled: bool,
- ): ...
+ def __init__(self, push_rules: PushRules, enabled_map: Dict[str, bool]): ...
def rules(self) -> Collection[Tuple[PushRule, bool]]: ...
def get_base_rule_ids() -> Collection[str]: ...
@@ -43,8 +37,6 @@ class PushRuleEvaluator:
room_member_count: int,
sender_power_level: Optional[int],
notification_power_levels: Mapping[str, int],
- relations: Mapping[str, Set[Tuple[str, str]]],
- relation_match_enabled: bool,
): ...
def run(
self,