discourse-akismet/models
Krzysztof Kotlarek 4a3338e2a8
Some checks failed
Discourse Plugin / ci (push) Has been cancelled
FEATURE: Link staff action log to originating reviewable (#217)
The staff action log records moderation actions (post deletions, user
approvals, etc.) as `UserHistory` rows, but entries triggered from the
reviewable queue had no reference back to the reviewable that caused
them. When auditing a decision in the log, staff could not jump to the
Akismet flag that produced it.

Core PR must be merged first: https://github.com/discourse/discourse/pull/39519
It adds a `reviewable:` option to `StaffActionLogger#new` that persists the
reviewable id on the resulting `UserHistory` record.
2026-04-30 09:50:04 +08:00
..
reviewable_akismet_post.rb FEATURE: Link staff action log to originating reviewable (#217) 2026-04-30 09:50:04 +08:00
reviewable_akismet_post_voting_comment.rb FEATURE: Link staff action log to originating reviewable (#217) 2026-04-30 09:50:04 +08:00
reviewable_akismet_user.rb FEATURE: Link staff action log to originating reviewable (#217) 2026-04-30 09:50:04 +08:00