Skip to content
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

Add a note mentioning spam waves to the Autoflagging Preferences page #981

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/views/user_site_settings/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
A) this checkbox must be checked;
B) you must have at least one valid autoflagging preference (see "Preferences" below); <em>and</em>
C) you must have at least one valid <%= link_to "autoflagging condition", url_for(controller: :flag_conditions, action: :index) %>.
If the above checkbox is checked and you have either or both no valid autoflagging preferences or no valid and enabled autoflagging conditions,
then autoflagging for your account will be disabled and only manual flagging will be functional.</p>
If you check the above checkbox and you have no valid autoflagging preferences and/or no valid and enabled autoflagging conditions, then autoflagging for your account will be disabled, and only manual flagging will be functional.
<br>
There is one exception to this. <b>By checking the above box, autoflags may be automatically cast from your account for <a href="https://charcoal-se.org/flagging#spam-waves">spam waves</a>, regardless of your autoflagging settings</b>. Spam waves are a manual tool used sparingly by Metasmoke admins to fight waves of spam or abusive content, and can be configured to cast the necessary number of spam flags to instantly delete posts that meet specific criteria.</p>
<% if FlagSetting["registration_enabled"] == "0" && !current_user.flags_enabled %>
<p class="text-muted">Registration is currently disabled.</p>
<% end %>
Expand Down