Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura authored Jan 14, 2025
1 parent 9fd3b7c commit a9933d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/4235-via-query-param-for-hierarchy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the server should request information.
The [/hierarchy](https://spec.matrix.org/v1.9/client-server-api/#get_matrixclientv1roomsroomidhierarchy) endpoint should
include `via` as query parameter which server can use in case requested room in not locally available on the server.

Following change will stabilize the endpoint and allows clients to use this endpoint in more efficient manner, like:
This change will stabilize the endpoint and allows clients to use this endpoint in more efficient manner, like:
1. Requesting the only part of sub-spaces hierarchy which is unknown the the client.
2. Rendering the preview of space and it's children before joining the space.
3. Since depth-first hierarchy responses can be costly, especially when reaching the end of the hierarchy, clients can
Expand All @@ -33,4 +33,4 @@ Unknown
Unknown

## Unstable prefix
None
None

0 comments on commit a9933d2

Please sign in to comment.