summaryrefslogtreecommitdiff
path: root/src/api/client_server/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/client_server/mod.rs')
-rw-r--r--src/api/client_server/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/api/client_server/mod.rs b/src/api/client_server/mod.rs
index 6ed17e7..54c99aa 100644
--- a/src/api/client_server/mod.rs
+++ b/src/api/client_server/mod.rs
@@ -16,14 +16,17 @@ mod profile;
mod push;
mod read_marker;
mod redact;
+mod relations;
mod report;
mod room;
mod search;
mod session;
+mod space;
mod state;
mod sync;
mod tag;
mod thirdparty;
+mod threads;
mod to_device;
mod typing;
mod unversioned;
@@ -48,14 +51,17 @@ pub use profile::*;
pub use push::*;
pub use read_marker::*;
pub use redact::*;
+pub use relations::*;
pub use report::*;
pub use room::*;
pub use search::*;
pub use session::*;
+pub use space::*;
pub use state::*;
pub use sync::*;
pub use tag::*;
pub use thirdparty::*;
+pub use threads::*;
pub use to_device::*;
pub use typing::*;
pub use unversioned::*;