pub(crate) async fn get_messages(
services: &Services,
args: MessagesArgs<'_>,
) -> Result<Response>Expand description
Paginates a room’s timeline, applying the request filter and (unless
bypass_visibility) the per-user visibility and ignore filters. Powers the
client-server /messages route and its admin bypass twin.