summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-02Fix public room list pagination.Erik Johnston2-27/+59
We incorrectly used `room_id` as to bound the result set, even though we order by `joined_members, room_id`, leading to incorrect results after pagination.
2019-10-02Land improved room list based on room stats (#6019)Erik Johnston7-350/+273
Use room_stats and room_state for room directory search
2019-10-02