diff options
| author | Matthew Hodgson <matthew@matrix.org> | 2016-09-17 01:40:31 +0100 |
|---|---|---|
| committer | Matthew Hodgson <matthew@matrix.org> | 2016-09-17 01:40:31 +0100 |
| commit | eecc2b6296133382bbb39512a955dade1371fb07 (patch) | |
| tree | e0933e07ec3328528121eb34a8b8b7c992ff43dc | |
| parent | Fix public room pagination for client_reader app (diff) | |
| download | synapse-github/matthew/fix-roomdir-pagination.tar.xz | |
i think this fixes the room pagination limit. github/matthew/fix-roomdir-pagination matthew/fix-roomdir-pagination
rather than aborting on the final partial pagination, it instead paginates the remainder, and then aborts if you try to go any further.
| -rw-r--r-- | synapse/handlers/room_list.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/synapse/handlers/room_list.py b/synapse/handlers/room_list.py |
