Initial implementation of /report, fixing #13
This commit is contained in:
parent
6f70beb78c
commit
ccf501a420
3 changed files with 78 additions and 0 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue