mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 06:43:50 +01:00
Line length
This commit is contained in:
parent
c9500a9c1d
commit
5260db7663
1 changed files with 3 additions and 1 deletions
|
@ -536,7 +536,9 @@ class RoomMemberHandler(BaseHandler):
|
|||
|
||||
if not is_host_in_room:
|
||||
# perhaps we've been invited
|
||||
inviter = self.get_inviter(target_user.to_string(), context.current_state)
|
||||
inviter = self.get_inviter(
|
||||
target_user.to_string(), context.current_state
|
||||
)
|
||||
if not inviter:
|
||||
raise SynapseError(404, "Not a known room")
|
||||
|
||||
|
|
Loading…
Reference in a new issue