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

@ -0,0 +1,3 @@
mod suspend;
pub(crate) use self::suspend::*;