0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-26 21:19:08 +02:00

Correct indent

This commit is contained in:
Andrew Morgan 2019-02-26 12:13:55 +00:00
parent 16565e67db
commit a712aa3a9c

View file

@ -332,9 +332,9 @@ class RoomListHandler(BaseHandler):
if from_federation:
if "m.federate" in result and not result["m.federate"]:
# This is a room that other servers cannot join. Do not show them
# this room.
return
# This is a room that other servers cannot join. Do not show them
# this room.
return
if _matches_room_entry(result, search_filter):
chunk.append(result)