# 「Automation」プラグインの「Triage posts using AI」スクリプトからの「承認待ち」レビュー項目がモデレーターに見えない

**URL:** https://meta.discourse.org/t/needs-approval-review-items-from-triage-posts-using-ai-script-of-automation-plugin-not-visible-to-moderators/392266
**Category:** Bug
**Tags:** moderation, automation, ai
**Created:** [2025 年 12 月 28 日午前 8:21 UTC](https://meta.discourse.org/t/needs-approval-review-items-from-triage-posts-using-ai-script-of-automation-plugin-not-visible-to-moderators/392266 "2025-12-28T08:21:17Z")
**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: [2025 年 12 月 28 日午後 4:17 UTC](https://meta.discourse.org/t/needs-approval-review-items-from-triage-posts-using-ai-script-of-automation-plugin-not-visible-to-moderators/392266/3 "2025-12-28T16:17:11Z")

</div>

ご報告ありがとうございます @per1234 👍 これは確かに見落としのようです

> <https://github.com/discourse/discourse/pull/36881>
>
> When the "Triage posts using AI" automation uses "Add post to review queue" flag… types (review, review\_hide, review\_delete, etc.), the resulting reviewables were only visible to admins, not moderators.
> 
> This happened because the code was calling \`ReviewablePost.needs\_review!\` without passing \`reviewable\_by\_moderator: true\`. The default is \`false\`, so moderators couldn't see these items in \`/review\`.
> 
> This was inconsistent with:
> \- Spam flags from the same LLM triage feature (visible to moderators)
> \- The "Approve unless allowed groups" feature which correctly sets \`reviewable\_by\_moderator: true\` for the same \`ReviewablePost\` type
> 
> The fix adds \`reviewable\_by\_moderator: true\` to match the established pattern used in \`PostActionCreator\` and \`ReviewablePost.queue\_for\_review\`.
> 
> Ref - https://meta.discourse.org/t/392266

---

_[View the full topic](https://meta.discourse.org/t/needs-approval-review-items-from-triage-posts-using-ai-script-of-automation-plugin-not-visible-to-moderators/392266)._
