Use the stable hierarchy endpoint from MSC2946 #4462
Labels
A-Developer-Experience
A-Spaces
Spaces, groups, communities
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
Description
MSC2946 has completed FCP and Synapse is implementing the stable endpoint (see matrix-org/synapse#11329). It would be nice for Element Android 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: