Skip to content
Snippets Groups Projects
Commit a712aa3a authored by Andrew Morgan's avatar Andrew Morgan
Browse files

Correct indent

parent 16565e67
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment