mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 01:09:26 +00:00
Similar to 22a55ef0ce42823b860f2d3432e4d7f14a00752f, this commit adds a replies_count to the Chat::Thread table, which is updated every 15 minutes via PeriodicalUpdates. This is done so the new thread indicator for the UI can show the count without intense serializer queries, but in future we likely want this to update more frequently.
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.