mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-03 04:41:28 +02:00
Remove spurious line feed
This commit is contained in:
parent
30848c0fcd
commit
f2da6df568
@ -139,7 +139,6 @@ class FederationHandler(BaseHandler):
|
|||||||
if not is_in_room:
|
if not is_in_room:
|
||||||
was_in_room = yield self.store.was_host_joined(
|
was_in_room = yield self.store.was_host_joined(
|
||||||
pdu.room_id, self.server_name,
|
pdu.room_id, self.server_name,
|
||||||
|
|
||||||
)
|
)
|
||||||
if was_in_room:
|
if was_in_room:
|
||||||
logger.info(
|
logger.info(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user