0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 03:37:13 +08:00
discourse/plugins/chat/lib
Renato Atilio af21184278
FIX: Refresh chat reviewable payload when re-flagging an edited message (#41739)
When a chat message is re-flagged after being edited (via the
`edited_since_last_review` path), `Reviewable.needs_review!` keeps the
existing reviewable and discards the freshly built payload. Moderators
then review a stale snapshot: text changes or uploads added in the edit
are never reflected in the review queue, which renders `message_cooked`
and `message_uploads` from the payload.

Refresh the payload on the existing reviewable so the queue reflects the
current cooked content and uploads.
2026-07-15 11:55:13 -03:00
..
chat FIX: Refresh chat reviewable payload when re-flagging an edited message (#41739) 2026-07-15 11:55:13 -03:00
chat_sdk DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse_dev DEV: Refactor Chat::ListChannelThreadMessages a bit (#33380) 2025-08-08 14:05:38 +02:00
discourse_workflows/nodes FEATURE: schema based workflow (#41684) 2026-07-15 13:22:29 +02:00
email_controller_helper
onebox/templates FIX: Chat channel onebox icons render and support channel emoji (#39826) 2026-05-11 15:17:36 +02:00
tasks