discourse/plugins/chat
Martin Brennan ea9ad4dc0f
DEV: Revert hide_plugin for chat (#23792)
Partial revert of 97a812f022.
Calling hide_plugin also hides the Chat tab in the plugins
section of admin, which is a way plugins can add an advanced
UI (in the case of chat Export and Webhooks).

Until we decide what to do in this case, it's better to revert,
since all this will do is make the discourse-chat plugin show
up again in the plugin list and restore the missing tab.
2023-10-05 19:05:59 +10:00
..
app DEV: enforces system user membership (#23771) 2023-10-04 17:03:23 +02:00
assets DEV: removes dead code (#23772) 2023-10-04 20:02:57 +02:00
config UX: enhances chat copy features (#23770) 2023-10-04 16:14:37 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03:00
public
spec FIX: long press chat message test failure (#23791) 2023-10-05 10:16:13 +02:00
test/javascripts DEV: Modernize chat getOwner usage (#23671) 2023-09-26 18:05:34 +01:00
plugin.rb DEV: Revert hide_plugin for chat (#23792) 2023-10-05 19:05:59 +10:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

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.