You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Please add an endpoint to query room state events of a given type without having to give a state key as well.
Background
There already exists the GET /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey} endpoint which allows fetching specific eventTypes for a room where the stateKey is known.
One use case where the stateKey is (in the general case) not knowable is fetching room aliases. Therefore it's currently necessary to use the generic GET /_matrix/client/r0/rooms/{roomId}/state/ endpoint which can produce quite large responses for big rooms.
The text was updated successfully, but these errors were encountered:
Related to: matrix-org/matrix-spec-proposals#3675
Requested Feature
Please add an endpoint to query room state events of a given type without having to give a state key as well.
Background
There already exists the
GET /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}
endpoint which allows fetching specificeventTypes
for a room where thestateKey
is known.One use case where the stateKey is (in the general case) not knowable is fetching room aliases. Therefore it's currently necessary to use the generic
GET /_matrix/client/r0/rooms/{roomId}/state/
endpoint which can produce quite large responses for big rooms.The text was updated successfully, but these errors were encountered: