-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Option to report abuse on messages #503
Comments
+1 for @cotamix |
Your Rocket.Chat version: (make sure you are running the latest) 31 I've just noticed in my Android Cordova interface that there is a 'Report Abuse' menu item that appears when I long-click on a message. This menu item does not appear within the 'gear' menu in my web interface, or in the Electron interface. On Android, if I click Report Abuse, it then displays an interface to make a comment and report the offending message, but nothing seems to happen when I press the 'Report!' button. What is happening here? Is this functionality under development? Report Abuse would be a very nice capability for the platform... |
…ocketChat#503) * Refactoring keep alive so we dont call UserPresence excessively * Removes logic and Meteor call * remove away_time * Remove stoptimer and logs
…ations-guest-pool [Livechat] Notify agents when a new chat is queued
Similar reports: I'm a bit confused as the menu item to report a post obviously is available, on Android, iOS and the browser client. But there appears to be no action when a user confirms the report. The only reference I could find in the docs is for the /api/v1/chat.reportMessage call in the developer guide, there's no info for admins or users. How would an admin see the report? How to enable the feature? Or does this indeed only exist in the UI but without code behind? |
@rsimai maybe this can help you ... I made a workaround. If the user is using the existing "reporting/complain" button, his report is stored into the rocketchat_reports collection. My PHP 7.x (using curl and mong module) script can be runned in crontab every x minutes to get this reported messages and put them in a channel/room via REST postMessage of your choice including markup who is complaining, descrition etc.
Related issues/ feature-requestsA place to view reported messages - still open App to report a post - still open Option to report abuse on messages - still open Wrong text when reporting a message - still open Report abuse - removed - closed add a report post button #3514 - closed Demonstrate bot integrations - closed |
@marco-aa I totally appreciate you took the time to develop and show your workaround, that's excellent! I don't see however how we can use that as we don't want to customize and deviate from the standard containers, or want db access from other hosts. I guess we'll have to wait until the rocket people finally include something like the above in their code and complete the feature. Still I wonder why they have implemented this in the UI with no follow up to make it useful... |
news? |
Possible solution: #27961 |
We have a solution now -> Moderation Console 🎉 |
Would need a section on the admin area to deal with the reports, count reports per users and so on.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: