Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-02 | Fix public room list pagination. | Erik Johnston | 2 | -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-02 | Land improved room list based on room stats (#6019) | Erik Johnston | 7 | -350/+273 | |
Use room_stats and room_state for room directory search | |||||
2019-10-02 |