mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:14:49 -04:00
Remove redundant room_version
param from check_auth_rules_from_context
It's now implied by the room_version property on the event.
This commit is contained in:
parent
0d9d36b15c
commit
c1b28b8842
4 changed files with 8 additions and 35 deletions
|
@ -48,7 +48,6 @@ class EventAuthHandler:
|
|||
|
||||
async def check_auth_rules_from_context(
|
||||
self,
|
||||
room_version_obj: RoomVersion,
|
||||
event: EventBase,
|
||||
context: EventContext,
|
||||
) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue