mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 06:33:52 +01:00
elif not else if
This commit is contained in:
parent
8aaf7ffc44
commit
1330aa4a8f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue