0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/chat/app
Renato Atilio 7c220494c0
FIX: Show flagged chat message uploads in the review queue (#41689)
When a chat message containing an uploaded image, video, or file was
flagged, the review queue showed only the message text: chat uploads are
stored separately from the cooked message, so moderators had no way to
see the actual reported content. This was especially concerning for
direct messages, where staff cannot otherwise view the media.

This change snapshots the flagged message's uploads into the
reviewable's payload and renders them in the review queue using the same
component chat itself uses, so moderators now see the flagged
image/video/attachment (with lightbox support) directly on the
reviewable.
2026-07-15 10:11:13 -03:00
..
controllers/chat FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
jobs FIX: improve the reliability of chat sounds (#41373) 2026-07-02 18:52:41 -04:00
models FIX: add missing length validation to chat channel emoji (#41465) 2026-07-06 16:47:04 +05:30
queries/chat FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00
serializers/chat FIX: Show flagged chat message uploads in the review queue (#41689) 2026-07-15 10:11:13 -03:00
services/chat FEATURE: Add enable_discourse_workflows upcoming change (#41541) 2026-07-13 10:48:37 +10:00
validators/chat FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +03:00
views