feat: Use upstream ruma defs for msc4323, add locking endpoints

This commit is contained in:
timedout
2026-05-25 11:39:57 +01:00
committed by Ginger
parent 6756bacfc8
commit c8c14f248b
4 changed files with 101 additions and 9 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
mod lock;
mod suspend;
pub(crate) use self::suspend::*;
pub(crate) use self::{lock::*, suspend::*};