-
Notifications
You must be signed in to change notification settings - Fork 554
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
Feedback on content reports #2445
Comments
Seriously, people, even Twitter is better at this. They at least have the balls to tell you they aren't doing anything about it. |
Yup! We know that this is needed. It is a bit complex with federation and multiple labelers: we need a new communication/messaging channel between arbitrary moderation services and users. Currently our moderation service can send emails, but this doesn't work great (many people don't check email, isn't in-app, email is a separate system, many accounts haven't verified email, etc). And mod services generally can't currently send email like this. We have a few different ideas, like injecting in-app notifications, or building out a "mod mail" functionality in the PDS itself. This is one of our top mod engineering priorities right now. |
Glad to hear that! You've already got reporting path working, by having PDS talk to Ozone with appropriate credentials. Why not start with expanding that API to allow listing/querying reports along the same path? (I agree that "push" mode of operation is non-trivial, but having "pull" mode working seems straightforward enough, and might be needed in the end anyway) |
That actually isn't a bad idea, I don't think we'd considered polling the labeler directly. I guess the UI could be another tab on the labeler video page. |
I'd vote to put it under "Moderation" - you're already listing subscribed labelers there anyway. But I'd also be happy to have just the API, and figuring out UI and everything later on. |
Do moderators have a section where they classify a report as successfully resolved or otherwise? This could be shared publicly so that when a user clicks on the report ID, they can fetch the status directly from the mods. |
|
Add visibility to what happens after reporting a piece of content.
Users should be able to check on the current status of their reports and what actions have been taken.
Because right now, from the outside, moderation looks like a black box that does exactly nothing.
The text was updated successfully, but these errors were encountered: