-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Ability to stop the publication of quoted sections #7081
Comments
+1 This would be really helpful. |
ContextOften censor-rule challenges relate to material under "show quoted sections", which are usually of less value than the main body text of a message. If the display of such material could be turned off, we could greatly speed up the removal of problematic material from a thread. ScopeWe'll tackle this on a per-message basis. We can add a simple When unchecked, we:
Technical ConsiderationsWe'll want to check that this value is adhered to in at least:
Out of ScopeAs described above, we won't tackle this on a whole request basis. It will be easy to set multiple messages on a request through the console, and not that annoying to do via the admin interface in all but the longest threads. The one benefit of tackling on a whole-request basis would be that we can guard against future responses that may contain problematic material in the quoted sections. We can come back to that in a future issue, once we've got the basic mechanics in place (and once some of the related code gets a little tidier through this initial scope!). |
This issue has been automatically closed due to a lack of discussion or resolution for over 12 months. |
Often censor-rule challenges relate to material under "show quoted sections".
If the display of such material could be turned off for a message, or thread, this could greatly speed up the removal of problematic material from a thread.
The text was updated successfully, but these errors were encountered: