feat(MSC4323): Implement agnostic suspension endpoint

This commit is contained in:
nexy7574 2025-08-31 16:55:47 +01:00
commit 1e430f9470
No known key found for this signature in database
6 changed files with 96 additions and 12 deletions

View file

@ -1,5 +1,6 @@
pub(super) mod account;
pub(super) mod account_data;
pub(super) mod admin;
pub(super) mod alias;
pub(super) mod appservice;
pub(super) mod backup;
@ -43,6 +44,7 @@ pub(super) mod well_known;
pub use account::full_user_deactivate;
pub(super) use account::*;
pub(super) use account_data::*;
pub(super) use admin::*;
pub(super) use alias::*;
pub(super) use appservice::*;
pub(super) use backup::*;