mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
Correct indent
This commit is contained in:
parent
16565e67db
commit
a712aa3a9c
1 changed files with 3 additions and 3 deletions
|
@ -332,9 +332,9 @@ class RoomListHandler(BaseHandler):
|
||||||
|
|
||||||
if from_federation:
|
if from_federation:
|
||||||
if "m.federate" in result and not result["m.federate"]:
|
if "m.federate" in result and not result["m.federate"]:
|
||||||
# This is a room that other servers cannot join. Do not show them
|
# This is a room that other servers cannot join. Do not show them
|
||||||
# this room.
|
# this room.
|
||||||
return
|
return
|
||||||
|
|
||||||
if _matches_room_entry(result, search_filter):
|
if _matches_room_entry(result, search_filter):
|
||||||
chunk.append(result)
|
chunk.append(result)
|
||||||
|
|
Loading…
Add table
Reference in a new issue