Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Room.report API #4681

Open
bmarty opened this issue Feb 18, 2025 · 0 comments
Open

Add Room.report API #4681

bmarty opened this issue Feb 18, 2025 · 0 comments

Comments

@bmarty
Copy link
Contributor

bmarty commented Feb 18, 2025

There is an existing API Room.report_content, which is exposed in the FFI layer and already used by the application.

The Element application need a new API Room.report which will take only one optional parameter reason. The client server API to use is this one: https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3roomsroomidreport

Definition of done

A new API Room.report(reason: String?) is exposed in the FFI layer.

Hywan pushed a commit that referenced this issue Feb 26, 2025
solves this #4681

- add room report_room api from
https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3roomsroomidreport
- expose report_room on room ffi

---------

Signed-off-by: hanadi92 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant