mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
syntax derp
This commit is contained in:
parent
84c0a20dfe
commit
8aaf7ffc44
@ -304,7 +304,7 @@ class RoomListHandler(BaseHandler):
|
||||
num_joined_users)
|
||||
|
||||
if from_federation and not self.config.allow_non_federated_in_public_rooms:
|
||||
if result["m.federate"] = False:
|
||||
if result["m.federate"] == False:
|
||||
# This is a non-federating room and the config has chosen not
|
||||
# to show these rooms to other servers
|
||||
chunk.append(None)
|
||||
|
Loading…
Reference in New Issue
Block a user