113

Why does the Community bot sometimes approve or reject edits?
How does a machine know if my edit is valid?
What does it mean if my edit was "canceled" by Community?

See also:

Return to FAQ Index

0

1 Answer 1

104

When a user suggests an edit, their edit is put in the Suggested edits review queue. The edit will leave the queue under three conditions:

  • If two users vote to approve or reject the edit
  • If the original poster or a ♦ moderator approves or rejects the edit (their vote is binding)
  • If the Community user steps in and reviews the edit

The first two should be self-explanatory, but the last one can be a bit confusing. Community is an automated script designed to take care of maintenance for the site, and it may review edits under the following conditions.

A reviewer either improves an edit, or rejects and replaces it with a different edit

When one is reviewing suggested edits, there are five available buttons, two of which allow the reviewer to edit the post themselves:

Approve, Improve Edit, Reject and Edit, Reject, Skip

If the reviewer chooses "Improve Edit" and submits their improved form of it, the suggested edit is approved by Community (and immediately replaced by the improved one). If the reviewer chooses Reject and Edit, Community rejects the suggestion and provides a detail message:

This edit did not correct critical issues with the post - view the revision history to see what should have been changed.

This type of rejection will count towards a potential editing ban. (You may find some old posts that say that no edit rejected by Community would count towards it, but that was because it wasn't possible to distinguish between this case and the below case, but now it is.)

A user with full edit privileges saves an edit over yours

If a user with full editing privileges for a post (including the original poster) begins editing the post before you submit your edit suggestion, and they save their edit after you have already suggested it, then your suggested edit will be overridden ("canceled") in favor of their fully-privileged edit.

This is known in software as an optimistic lock. This is an edge case, and does not happen often because users with full privileges who try to edit a post after you submit your edit will be directed to your suggested edit instead. Thus, when one person starts editing a post, we do not need to lock everyone else out. While the UI attempts to avoid these situations (through live refresh messages such as "An edit has been made to this post"), they do sometimes occur.

This sometimes appears strange to a viewer — as if Community has immediately taken their edit out of review without warning, with no hesitation.

Edit reviewed as "Cancel" because "This edit conflicted with a subsequent edit"

Do not be alarmed! This is just concurrent modification working its evil magic once again. Canceled edits will not be counted towards automated edit bans. Simply submit your edit again and it may actually be reviewed.

Another way this can occur is if a fully-privileged user makes an edit, then you suggest another edit right afterwards, and then the first user makes another edit during their 5-minute grace period. In that case, a new revision is not created, but your suggestion is still automatically canceled due to the edit conflict.

Note that before July 2024, this type of edit review was shown as a "rejected" edit by Community for the same reason.


Honorable mention: a user who reviews an edit gets their account deleted

You can also see the Community user as having reviewed certain edits in some cases, which don't fall into the above two cases. However, the above two cases are the only ways by which the Community user reviews edits as actual automated system actions.

If a user who reviewed your edit gets their account deleted, the display of their review of your edit (and any other edit reviews they performed) will retroactively change to show that the Community user performed the review in question. The Community user didn't actually review the edit, but as the user who did review the edit had their account deleted, the Community user takes credit for their action.

This may lead to situations where the Community user appeared to approve an edit without a corresponding "Edit" review, or appeared to reject an edit without a corresponding "Reject and Edit" review or a message explaining that it conflicted with a subsequent edit. The review in question was performed by a now-deleted user; Community is just taking retroactive credit for their action.

7
  • 5
    Thanks, very helpful information. I can now explain some odd behavior observed when editing and reviewing myself. Commented Dec 12, 2013 at 12:49
  • 7
    hehe and community user just took hold of this post too! :D How dare you say something about him! Commented Jan 14, 2014 at 17:03
  • 3
    Once, an edit suggested by me was approved by the community user and nobody improved my edit. How did this happen? Commented Jul 10, 2017 at 23:03
  • 3
    @JohnMiliter I finally figured this out; see edit. Commented May 30, 2018 at 19:55
  • 2
    @Sonic Also, if a privileged user submits an edit which makes exactly the same changes as a suggested edit submitted earlier, will the suggested edit be shown as approved instead of as rejected? Commented Jun 2, 2018 at 12:40
  • 1
    @JohnMiliter No, it's also rejected, because a different user performed the edit. Commented Jun 2, 2018 at 18:05
  • Someone from staff should rewrite the whole FAQ. For any newcomer this would be confusing to read and understand–I understand it's a complex system, so all the more reason to simplify not complicate even further. The paragraphs lack coherence and some are extremely verbose -1 from me. Commented Jul 7 at 9:18

You must log in to answer this question.