Initial implementation of /report, fixing #13

This commit is contained in:
Nyaaori 2021-10-18 04:51:11 +00:00
parent 6f70beb78c
commit ccf501a420
No known key found for this signature in database
GPG key ID: 50C66D0980648414
3 changed files with 78 additions and 0 deletions

View file

@ -16,6 +16,7 @@ mod profile;
mod push;
mod read_marker;
mod redact;
mod report;
mod room;
mod search;
mod session;
@ -47,6 +48,7 @@ pub use profile::*;
pub use push::*;
pub use read_marker::*;
pub use redact::*;
pub use report::*;
pub use room::*;
pub use search::*;
pub use session::*;