Add relations endpoints, edits and threads work now

This commit is contained in:
Timo Kösters
2023-06-26 12:38:51 +02:00
parent db6def8800
commit 72eb1972c1
8 changed files with 385 additions and 29 deletions

View File

@@ -16,6 +16,7 @@ mod profile;
mod push;
mod read_marker;
mod redact;
mod relations;
mod report;
mod room;
mod search;
@@ -49,6 +50,7 @@ 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::*;