mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 13:55:07 +00:00
When we have subscriptions for new messages in a channel, we also have special handling for messages in a thread. For cases like DM channels where threads are made in the background but not used in the UI, this is causing JS errors because we are trying to fetch the thread but it returns 404. We only want to do things with messages in threads if the channel actually has threading enabled.
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.