mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 06:34:20 -05:00
Line length
This commit is contained in:
parent
c9500a9c1d
commit
5260db7663
@ -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 New Issue
Block a user