discourse/plugins/chat
Joffrey JAFFEUX 5aefda1dee
FIX: allows listing messages of any thread (#27259)
Before this fix we could only list messages of a thread if it was part of a `threading_enabled` channel or if the thread was set to `force`.

Due to our design of also using a thread id when this is just a chain of replies so we can switch from threading enabled to disabled at any time, we will allow `Chat:: ListChannelThreadMessages` to list the messages of any thread, the only important requirements are:
- having a thread id
- being able to access this thread

To allow this, this commit simply removes the check on `threading_enabled` or `force`.
2024-05-30 10:20:40 +02:00
..
app FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02:00
assets DEV: Prevent possible Ember rendering error on Chat::DeleteChannel modal (#27248) 2024-05-29 15:40:29 -03:00
config UX: add illustrations for empty chat list + split into tabs on drawer (#26910) 2024-05-28 17:00:04 +04:00
db DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
lib FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02:00
public DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02:00
test/javascripts FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: remove obsolete needs_review score type (#27200) 2024-05-28 13:03:58 +10:00

README.md

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.