# スパムとしてフラグが付けられた投稿をユーザーが削除しても、アカウントがレビューなしでミュートされたままになる

**URL:** https://meta.discourse.org/t/account-left-silenced-without-review-when-user-deletes-spam-flagged-post/392090
**Category:** Bug
**Tags:** moderation, ai, spam
**Created:** [2025 年 12 月 24 日午後 2:09 UTC](https://meta.discourse.org/t/account-left-silenced-without-review-when-user-deletes-spam-flagged-post/392090 "2025-12-24T14:09:13Z")
**Posts on this page:** 1
**Showing post:** 4

<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 月 26 日午後 2:26 UTC](https://meta.discourse.org/t/account-left-silenced-without-review-when-user-deletes-spam-flagged-post/392090/4 "2025-12-26T14:26:10Z")

</div>

@per1234 さん、ご報告ありがとうございます。これは、次を追加した際のエッジケースだったようです。

> <https://github.com/discourse/discourse/pull/36471>
>
> When an author deletes their own post that has pending reviewables (flags), thos…e reviewables are now automatically transitioned to ignored with a note indicating "Post was deleted by the author".
> 
> If the author later recovers their post, reviewables that were automatically ignored by the system are restored to pending status with a note "Post was undeleted by the author". This ensures flags remain actionable when the original content is restored.
> 
> Reviewables manually ignored by moderators are not automatically restored, preserving human moderation decisions.
> 
> \<img width="1085" height="759" alt="Screenshot 2025-12-03 at 3 21 06 pm" src="https://github.com/user-attachments/assets/c60f4c4a-7ab0-46f5-8fd6-0570d2315b1d" /\>
> \<img width="817" height="826" alt="Screenshot 2025-12-03 at 3 31 54 pm" src="https://github.com/user-attachments/assets/ee1c5b97-c4c6-4908-aabd-d51fa5627982" /\>

次で修正されるはずです。

> <https://github.com/discourse/discourse/pull/36873>
>
> Follows up dbcdcdbcd2.
> 
> When AI spam detection (or other automation) flags a p…ost and silences/suspends the user, deleting that post would auto-ignore the reviewable — leaving the user penalized with no staff review. Staff had no visibility into what happened.
> 
> This change:
> 
> \- Checks if the user was silenced or suspended for the specific post before auto-ignoring the reviewable. If penalized, the reviewable stays pending so staff can review and decide whether to lift the penalty.
> 
> \- Adds a "Post deleted by X" event to the reviewable timeline, giving staff visibility into author deletions when reviewing flagged content.
> 
> \- Fixes a bug in discourse-ai's \`llm\_triage.rb\` where \`@post\` was incorrectly referenced instead of the local \`post\` variable when recording silences.
> 
> The note that was previously created on author deletion is removed since the timeline event now provides this visibility in a cleaner way.
> 
> Ref - https://meta.discourse.org/t/392090

@kris.kotlarek さんにもCCを入れます。

---

_[View the full topic](https://meta.discourse.org/t/account-left-silenced-without-review-when-user-deletes-spam-flagged-post/392090)._
