feat: Implement user reporting

This commit is contained in:
nexy7574 2025-07-01 01:55:13 +01:00
commit 97e5cc4e2d
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
4 changed files with 71 additions and 26 deletions

View file

@ -94,6 +94,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
.ruma_route(&client::redact_event_route)
.ruma_route(&client::report_event_route)
.ruma_route(&client::report_room_route)
.ruma_route(&client::report_user_route)
.ruma_route(&client::create_alias_route)
.ruma_route(&client::delete_alias_route)
.ruma_route(&client::get_alias_route)