# 宽限期内的编辑会绕过 \`skip\_review\_media\_groups\` 媒体审核

**URL:** <https://meta.discourse.org/t/grace-period-edits-bypass-skip-review-media-groups-media-review/408899>\
**Category:** Bug\
**Tags:** moderation, uploads, composer, review-queue\
**Created:** [2026年七月30日 08:49 UTC](https://meta.discourse.org/t/grace-period-edits-bypass-skip-review-media-groups-media-review/408899 "2026-07-30T08:49:32Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2026年八月3日 20:47 UTC](https://meta.discourse.org/t/grace-period-edits-bypass-skip-review-media-groups-media-review/408899/3 "2026-08-03T20:47:05Z")

</div>

感谢 @Editor0732 的报告 👍 将通过以下链接修复

> <https://github.com/discourse/discourse/pull/42281>
>
> Previously, the \`skip\_review\_media\_groups\` check only ran when a post was create…d, so a user could publish plain text and then edit an image in without the post ever reaching the review queue — and inside \`editing\_grace\_period\` that edit creates no revision, so it left no trace in the UI either.
> 
> This change runs the same check on edits, queueing a \`ReviewablePost\` when an edit introduces media the post did not already have, comparing media by its sources rather than its markup so that rescaling an image is not mistaken for adding one.
> 
> Reported in \[meta t/408899\](https://meta.discourse.org/t/grace-period-edits-bypass-skip-review-media-groups-media-review/408899).

---

_[View the full topic](https://meta.discourse.org/t/grace-period-edits-bypass-skip-review-media-groups-media-review/408899)._
