Skip to content

Remove unused instructions re: review of "Needs Approval" flag for post #342

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

Merged
merged 2 commits into from
Apr 15, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ For an overview of the Discourse moderation system, see the **[Discourse Moderat
- [Post flagged as "Something Else"](#post-flagged-as-something-else)
- [Automated system-submitted flags](#automated-system-submitted-flags)
- ["Needs Approval" flag for account](#needs-approval-flag-for-account)
- ["Needs Approval" flag for post](#needs-approval-flag-for-post)
- [Akismet flagged post](#akismet-flagged-post)
- ["flag_sockpuppets" flag](#flag_sockpuppets-flag)
- [Guides](#guides)
Expand Down Expand Up @@ -168,25 +167,6 @@ Please note that Arduino has a firm policy against deleting any accounts, so you
1. Click the **<kbd>Approve User</kbd>** button.
**ⓘ** This is done to clear the flag in a manner compliant with [Arduino's user account policies](https://forum.arduino.cc/t/about-user-account-deletion-and-user-content-deletion/627095). It does not affect the suspension.

<a name="needs-approval-flag-for-post"></a>

#### ["Needs Approval" flag for post](#needs-approval-flag-for-post)

This flag is created by `@system` when a post is detected as possibly malicious. The post must be reviewed by a moderator.

<a name="if-the-post-is-benign"></a>

##### [If the post is benign](#if-the-post-is-benign)

1. Click the **<kbd>Approve Post</kbd>** button.

<a name="if-the-post-is-malicious"></a>

##### [If the post is malicious](#if-the-post-is-malicious)

1. Suspend the user account, [following these instructions](#suspend-an-account)
1. Click the **<kbd>Reject Post</kbd>** button.

---

<a name="akismet-flagged-post"></a>
Expand Down