Skip to main content

handle_room

Function handle_room 

Source
async fn handle_room(
    services: &Services,
    _client: &IpAddr,
    origin: &ServerName,
    txn_id: &TransactionId,
    txn_start_time: Instant,
    room_id: OwnedRoomId,
    pdus: SmallVec<[(usize, (OwnedRoomId, OwnedEventId, CanonicalJsonObject)); 1]>,
) -> Result<BTreeMap<OwnedEventId, Result>>