-
Notifications
You must be signed in to change notification settings - Fork 16
[Story] Add ability to report a room #2743
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
Comments
@amshakal can you please give guidance on the design? |
element-hq/element-web#29513 is the web edition, but is missing designs to progress. |
The Matrix Rust SDK part has been done. |
The implementation is done on iOS, but is hidden behind an FF since due to a BE issue the report room API doesn't work properly: quoting @Half-Shot :
|
I think it's better to unbreak Synapse 😛. |
The assumption when adding the API was that the client can just call it and expect to receive an error, regardless of the supported spec versions. This is one of those features where it's better that users complain to their server owners if the button fails than hiding the button behind a version check. |
I am afraid the users are going to complain about the Element (apps) not working, instead of going to their server owners. Am I missing anything? |
The API has existed for months, aside from the spec release. If people haven't updated their servers by now, they aren't likely to do so soon anyways - we can't support them forever. |
The work is done client side. element-hq/synapse#18118 remains a blocker for EX for the entire epic. |
Description
Element Android recently get rejected from the PlayStore due to the lack for the user to be able to report a room (reporting a specific event is already supported).
I want to be proactive on Element X and avoid having to deal with the same issue, which often force us to negotiate with Google and work in a hurry.
Acceptance criteria
Documentation
Size estimate
None
Dependencies
Out of scope
Open questions
Subtasks
Android
iOS
Rust
Room.report
API matrix-org/matrix-rust-sdk#4681Web
Other
Sign-off
Android
iOS
The text was updated successfully, but these errors were encountered: