pub(crate) async fn admin_room_messages_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
§GET /_synapse/admin/v1/rooms/{room_id}/messages
Paginates a room’s timeline with admin privilege, skipping the membership gate and the per-event visibility and ignore filters the client-server endpoint applies.