Skip to main content

into_client_stripped

Function into_client_stripped 

Source
pub fn into_client_stripped(
    room_id: &RoomId,
    state: RawStrippedState,
) -> Option<Raw<AnyStrippedStateEvent>>
Expand description

Down-convert a federation stripped-state entry to the 4-field client shape, reducing a full PDU to content, sender, optional state_key, and type.