mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
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. |
||
|---|---|---|
| .. | ||
| admin/assets/javascripts | ||
| app | ||
| assets | ||
| config | ||
| db | ||
| lib | ||
| public/images | ||
| spec | ||
| test/javascripts | ||
| about.json | ||
| package.json | ||
| plugin.rb | ||
| README.md | ||
| tsconfig.json | ||
This plugin is still in active development and may change frequently
Documentation
The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.
For user documentation, see Discourse Chat.
For developer documentation, see Discourse Documentation.