pub(crate) async fn knock_room_route(
__arg0: State<State>,
__arg1: ClientIp,
body: Args<Request>,
) -> Result<Response>Expand description
ยงPOST /_matrix/client/*/knock/{roomIdOrAlias}
Tries to knock the room to ask permission to join for the sender user.