Skip to main content

allowed_to_send_state_event

Function allowed_to_send_state_event 

Source
async fn allowed_to_send_state_event(
    services: &Services,
    room_id: &RoomId,
    event_type: &StateEventType,
    state_key: &str,
    json: &Raw<AnyStateEventContent>,
) -> Result