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.
Add /user/{user_id}/shared_rooms/ api #7785
Add /user/{user_id}/shared_rooms/ api #7785
Changes from 32 commits
26634cb
0f6800f
984c52b
f43bf0c
9c1e934
208d3cf
90a5975
3fa92f5
6bd34c7
09e09a3
c143e62
676edea
c399292
dde46cf
256e017
9cd5116
72e90a2
ebfe6c4
a281322
ce49d19
42a09b9
cc4fb16
7905978
130d2f3
c120fd3
e135cd5
e785cc6
8a4c5ab
49f14c0
e86f406
7554836
1fa8b84
783f8f5
a444ab0
837cf31
023e21f
679810a
0578bb9
5acf573
078b3e3
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.
Sorry, just noticed this and your MSC don't match up. You'll want to put
/unstable/
before/uk.half-shot.msc2666
. This matches the unstable endpoint definitions laid out in MSC2324.You can do so by adding
unstable=True
to this function call (and at that point the# This is an unstable feature
comment is likely redundant).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 don't need to.
unstable
is True by default. I don't think I need to stick /unstable/ before the path either.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.
Ah! My bad. Just a couple doc updates then and we're good to go!