0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/chat/spec
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
..
components/chat FIX: Don't auto-remove chat members from logged_in_users group (#40543) 2026-06-03 18:15:32 +02:00
db/post_migrate FIX: Duplicate notifications when mentioned in chat (#39670) 2026-04-30 14:52:39 -03:00
fabricators FEATURE: Pin chat messages (#37985) 2026-02-23 22:00:16 +01:00
integration FEATURE: Add enable_discourse_workflows upcoming change (#41541) 2026-07-13 10:48:37 +10:00
jobs FEATURE: Restore web push quick reply for chat messages (#39614) 2026-04-29 12:36:03 -03:00
lib FIX: Refresh chat reviewable payload when re-flagging an edited message (#41739) 2026-07-15 11:55:13 -03:00
mailers DEV: bump simple email subject status to stable (#41285) 2026-06-30 18:18:57 +04:00
models A11Y: live announcements and optional sounds for chat messages (#41213) 2026-07-02 12:48:58 -04:00
queries/chat Revert "FIX: Existing DM sends bypass direct-message group restrictions (#40405)" (#40561) 2026-06-04 15:00:45 +08:00
requests SECURITY: Removed channel member can edit and trash their own chat messages (#41469) 2026-07-06 11:51:49 -05:00
serializer SECURITY: Chat authorization and disclosure fixes 2026-05-19 00:26:04 +01:00
services FEATURE: Add enable_discourse_workflows upcoming change (#41541) 2026-07-13 10:48:37 +10:00
support FEATURE: Pin chat messages (#37985) 2026-02-23 22:00:16 +01:00
system UX: Consolidate chat notifications into live notification preferences (#41538) 2026-07-14 08:32:48 +02:00
validators
plugin_helper.rb DEV: Enable some minor rubocop rules (#40094) 2026-05-19 15:29:38 +02:00
plugin_spec.rb FIX: show chat DM button when personal messages are restricted (#37920) 2026-02-19 12:37:25 +01:00