This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implement MSC3827: Filtering of
/publicRooms
by room type #13031Implement MSC3827: Filtering of
/publicRooms
by room type #13031Changes from all commits
990c7d2
50d0c2a
2eb6714
1aa4dbe
726acb2
7225c58
f7d6402
8199e87
cb3bf7e
7b57766
73cf558
04c3903
825eb77
ff9f188
bf39cb6
0e8cd97
037fe5f
0b3e71c
7e50b78
da7ed94
84af156
579e404
6a0f0fa
a21938f
217f63a
d440f0a
4840244
4162303
4fd3e51
a269756
45e9909
f23a20b
281ab62
0d0dae3
7c342f5
8329f40
0ad8a40
b5fec2f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really sure where to make this thread, so I'll do it here (I didn't see this previously discussed on the PR, but do let me know if I missed it!)
Since this is a background update I'm assuming the new
room_type
column isnull
for all rows until we fill in it. This will cause incorrect results to be returned until the background update is complete -- do we think this is "fine" until it is done?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is "fine" though I am not sure if I should be the one to judge that
Not sure if this could be avoided anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for this use-case it is most likely fine too, just was curious if I had missed a conversation about it.