We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Room.report
There is an existing API Room.report_content, which is exposed in the FFI layer and already used by the application.
Room.report_content
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
reason
A new API Room.report(reason: String?) is exposed in the FFI layer.
Room.report(reason: String?)
The text was updated successfully, but these errors were encountered:
feat(sdk): Add Room::report_room
Room::report_room
7dba05f
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]>
No branches or pull requests
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 parameterreason
. The client server API to use is this one: https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3roomsroomidreportDefinition of done
A new API
Room.report(reason: String?)
is exposed in the FFI layer.The text was updated successfully, but these errors were encountered: