Correct indent
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user