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:
Richard van der Hoff 2022-06-10 11:01:55 +01:00
parent 0d9d36b15c
commit c1b28b8842
4 changed files with 8 additions and 35 deletions

View file

@ -48,7 +48,6 @@ class EventAuthHandler:
async def check_auth_rules_from_context(
self,
room_version_obj: RoomVersion,
event: EventBase,
context: EventContext,
) -> None: