Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-12 | Remove redundant `room_version` param from `check_auth_rules_from_context` | Richard van der Hoff | 4 | -35/+8 | |
It's now implied by the room_version property on the event. | |||||
2022-06-12 | Remove `room_version` param from `check_auth_rules_for_event` | Richard van der Hoff | 6 | -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 |