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

syntax derp

parent 84c0a20d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment