Skip to main content

search_events_route

Function search_events_route 

Source
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)