mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 17:58:52 -05:00
add MSC4151 room reporting support
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
54a107c3c4
commit
ab9a65db5d
4 changed files with 90 additions and 48 deletions
|
|
@ -91,6 +91,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
|
|||
.ruma_route(&client::create_room_route)
|
||||
.ruma_route(&client::redact_event_route)
|
||||
.ruma_route(&client::report_event_route)
|
||||
.ruma_route(&client::report_room_route)
|
||||
.ruma_route(&client::create_alias_route)
|
||||
.ruma_route(&client::delete_alias_route)
|
||||
.ruma_route(&client::get_alias_route)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue