Function get_mutual_rooms_route
Source pub(crate) async fn get_mutual_rooms_route(
__arg0: State<State>,
__arg1: ClientIp,
body: Args<Request>,
) -> Result<Response>
Expand description
§GET /_matrix/client/v1/mutual_rooms
§GET /_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms
Gets all the rooms the sender shares with the specified user.
An implementation of MSC2666