Improve validation of field size limits in events. (#14664)

This commit is contained in:
reivilibre
2022-12-13 13:19:19 +00:00
committed by GitHub
parent e2a1adbf5d
commit 62ed877433
8 changed files with 123 additions and 34 deletions

View File

@@ -45,7 +45,7 @@ class PushRuleEvaluator:
notification_power_levels: Mapping[str, int],
related_events_flattened: Mapping[str, Mapping[str, str]],
related_event_match_enabled: bool,
room_version_feature_flags: list[str],
room_version_feature_flags: Tuple[str, ...],
msc3931_enabled: bool,
): ...
def run(