async fn suspended_account_check(
services: &Services,
auth: &Auth,
route: TypeId,
) -> ResultExpand 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.