Skip to main content

is_ignored_pdu

Function is_ignored_pdu 

Source
pub(crate) async fn is_ignored_pdu<Pdu>(
    services: &Services,
    event: &Pdu,
    user_id: &UserId,
) -> bool
where Pdu: Event,