-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
room preview: allow passing through a list of servers to discover a room with MSC3266 #3407
Conversation
Note to self: since the
And ditto for the |
9e0f511
to
7cee44f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3407 +/- ##
==========================================
- Coverage 82.96% 82.96% -0.01%
==========================================
Files 245 245
Lines 24901 24905 +4
==========================================
+ Hits 20660 20663 +3
- Misses 4241 4242 +1 ☔ View full report in Codecov by Sentry. |
…of a `RoomId` to `get_room_preview`
95cc45a
to
c9c4329
Compare
Requesting another round of review because there's been some dramatic changes:
|
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 like the split and I believe it brings clarity, thanks!
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.
approving
Fixes #3395.