Cleaner chunk logic
This commit is contained in:
parent
a712aa3a9c
commit
c4414768af
|
@ -330,8 +330,7 @@ class RoomListHandler(BaseHandler):
|
||||||
if not result:
|
if not result:
|
||||||
return
|
return
|
||||||
|
|
||||||
if from_federation:
|
if from_federation and not result.get("m.federate", True):
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue