Skip to main content

suspended_account_check

Function suspended_account_check 

Source
async fn suspended_account_check(
    services: &Services,
    auth: &Auth,
    route: TypeId,
) -> Result
Expand description

MSC3823: 403 M_USER_SUSPENDED on set_display_name / set_avatar_url for suspended callers. Companion checks: per-field in the profile handlers, per-PDU in timeline::build_and_append_pdu.