pub(crate) async fn get_room_aliases_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_matrix/client/r0/rooms/{roomId}/aliases
Lists all aliases of the room.
- Only users joined to the room are allowed to call this, or if
history_visibilityis world readable in the room