fix return type, should be a dict

pull/2827/head
Neil Johnson 2018-01-25 23:52:17 +00:00
parent 6c6e197b0a
commit f632083576
1 changed files with 1 additions and 1 deletions

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