-
Notifications
You must be signed in to change notification settings - Fork 118
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
Timeline - Report Content #115
Comments
We need design and copies for these two |
In terms of the Rust code required for this, it should be as easy adding a method to this impl block (and importing RUNTIME.block_on(async move {
self.room.client().send(report_content::v3::Request::new(/* ... */), None).await?;
Ok(())
}) The function will have to return |
Will split this in two PRs: In the first one we will only add the repot content functionality as it is also currently available on El-iOS, here it is:
In the next one, once the designs are available we will add these two extra features:
|
As an user I should be able to report malicious messages so that we can all have nice conversations
The text was updated successfully, but these errors were encountered: