Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix public room list pagination. #6152

Merged
merged 2 commits into from
Oct 2, 2019
Merged

Fix public room list pagination. #6152

merged 2 commits into from
Oct 2, 2019

Commits on Oct 2, 2019

  1. Fix public room list pagination.

    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.
    erikjohnston committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    03cf438 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    8e32240 View commit details
    Browse the repository at this point in the history