feat(MSC4323): Implement agnostic suspension endpoint

This commit is contained in:
nexy7574
2025-08-31 16:55:47 +01:00
parent 5cce024841
commit 1e430f9470
6 changed files with 96 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
mod suspend;
pub(crate) use self::suspend::*;