mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:13:47 +08:00
93ca13e534
This adds the following chat metrics: - _chat_open_channels_with_threads_enabled_ — a count of open channels where threading is enabled. - _chat_channel_messages_ — a count of messages sent in a chat channel (i.e. not a personal chat / direct message), within a thread or outside of a thread. - _chat_threaded_messages_ — a count of messages sent within a thread in a chat channel (i.e. not a personal chat / direct messages). - _chat_direct_messages_ — a count of messages sent in a personal chat / direct messages. The metrics added using the plugin API introduced in |
||
---|---|---|
.. | ||
app | ||
assets | ||
config | ||
db | ||
lib | ||
public | ||
spec | ||
test/javascripts | ||
plugin.rb | ||
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.