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

Conversation

erikjohnston
Copy link
Member

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.

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.
Copy link
Contributor

@babolivier babolivier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@erikjohnston erikjohnston merged commit 824df3e into develop Oct 2, 2019
@erikjohnston erikjohnston deleted the erikj/fix_room_list branch January 9, 2020 15:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants