require sender_user being in the reporting room for /report events
Matrix 1.8 change: https://spec.matrix.org/v1.9/client-server-api/#post_matrixclientv3roomsroomidreporteventid Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
efa6308172
commit
a85ebdeaa0
3 changed files with 17 additions and 3 deletions
|
@ -361,7 +361,7 @@ pub async fn unban_user_route(
|
|||
Ok(unban_user::v3::Response::new())
|
||||
}
|
||||
|
||||
/// # `POST /_matrix/client/r0/rooms/{roomId}/forget`
|
||||
/// # `POST /_matrix/client/v3/rooms/{roomId}/forget`
|
||||
///
|
||||
/// Forgets about a room.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue