-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Update to stable APIs #683
Comments
@thepra This needs to be done in matrix-js-sdk as we are using that. |
@aaronraimist @thepra #624 we also use the stable function but this is still in the dev branch and hasn't been released. |
plus it's not just one unstable API call in js-sdk, there are more element-hq/element-web#22839 |
damn! |
The specific case of room alias API call has now stable API and landed in Cinny 2.1.0, others are not cinny issue but js-sdk's. |
Describe the problem
As in this issue I figured that cinny is using and old endpoint:
_matrix/client/unstable/org.matrix.msc2432/rooms/:room_id/aliases
meanwhile the stable endpoints are:
/_matrix/client/r0/rooms/{roomId}/aliases
or/_matrix/client/v3/rooms/{roomId}/aliases
Describe the solution you'd like
Could Cinny update this endpoints? (which make newer matrix server like dendrite to fail the calls given that it doesn't have no more that deprecated endpoint)
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: