0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-14 07:09:31 +02:00

Remove spurious line feed

This commit is contained in:
Erik Johnston 2017-10-03 11:31:06 +01:00
parent 30848c0fcd
commit f2da6df568

View file

@ -139,7 +139,6 @@ class FederationHandler(BaseHandler):
if not is_in_room:
was_in_room = yield self.store.was_host_joined(
pdu.room_id, self.server_name,
)
if was_in_room:
logger.info(