-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Use the stable hierarchy endpoint from MSC2946 #19738
Use the stable hierarchy endpoint from MSC2946 #19738
Comments
Thank you! 👍 |
Unfortunately older Synapse versions return a bad 404 for this API so we cannot sanely fallback.
This is missing an ACAO header and the Due to this the PR which rolls it back: matrix-org/matrix-js-sdk#2080 |
for reference, matrix-org/synapse#11600 has been fixed, which should prevent this mess in future, but given that any Synapse that has matrix-org/synapse#11600 will also support |
MSC2946 has completed FCP and Synapse is implementing the stable endpoint (see matrix-org/synapse#11329). It would be nice for Element Web to implement the following so that the unstable endpoints can be deprecated:
/_matrix/client/v1/rooms/{roomID}/hierarchy
endpoint.room_id
is not accessed via the list ofchildren_state
(this is nested under the room information and should be unnecesary).This should most likely be implemented to attempt using the stable endpoint before falling back to the unstable endpoint. Please let me know if you have any questions.
The text was updated successfully, but these errors were encountered: