pub(crate) async fn search_events_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงPOST /_matrix/client/r0/search
Searches rooms for messages.
- Only works if the user is currently joined to the room (TODO: Respect history visibility)