mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-19 20:40:20 -04:00
Implement MSC3930: polls push rules (#14787)
This commit is contained in:
parent
2069231645
commit
a7b54ca8d8
10 changed files with 114 additions and 13 deletions
|
@ -43,8 +43,9 @@ class FilteredPushRules:
|
|||
self,
|
||||
push_rules: PushRules,
|
||||
enabled_map: Dict[str, bool],
|
||||
msc3664_enabled: bool,
|
||||
msc1767_enabled: bool,
|
||||
msc3381_polls_enabled: bool,
|
||||
msc3664_enabled: bool,
|
||||
): ...
|
||||
def rules(self) -> Collection[Tuple[PushRule, bool]]: ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue