summary refs log tree commit diff
path: root/scripts-dev/mypy_synapse_plugin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-12Remove redundant `room_version` param from `check_auth_rules_from_context`Richard van der Hoff4-35/+8
It's now implied by the room_version property on the event.
2022-06-12Remove `room_version` param from `check_auth_rules_for_event`Richard van der Hoff6-65/+16
Instead, use the `room_version` property of the event we're checking. The `room_version` was originally added as a parameter somewhere a