pub(crate) async fn admin_room_context_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_synapse/admin/v1/rooms/{room_id}/context/{event_id}
Loads the timeline window around an event with admin privilege, skipping the visibility and ignore checks the client-server context endpoint applies.