async fn suspended_account_check(
services: &Services,
auth: &Auth,
route: TypeId,
) -> ResultExpand description
MSC3823: 403 M_USER_SUSPENDED on membership, room create/upgrade, and
profile routes. Companion checks: self-redaction and self-leave carve-outs
in the /send, /redact, and /state handlers; propagation in the profile
service.