0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 12:48:49 +02:00

fix return type, should be a dict

This commit is contained in:
Neil Johnson 2018-01-25 23:52:17 +00:00
parent 6c6e197b0a
commit f632083576

View file

@ -188,7 +188,7 @@ class RoomListHandler(BaseHandler):
# bail if no rooms to work on
if len(rooms_to_scan) == 0:
defer.returnValue([])
defer.returnValue({})
# _append_room_entry_to_chunk will append to chunk but will stop if
# len(chunk) > limit