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

elif not else if

parent 8aaf7ffc
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ class RoomListHandler(BaseHandler):
# This is a non-federating room and the config has chosen not
# to show these rooms to other servers
chunk.append(None)
else if result and _matches_room_entry(result, search_filter):
elif result and _matches_room_entry(result, search_filter):
chunk.append(result)
@cachedInlineCallbacks(num_args=2, cache_context=True)
......
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