discourse/plugins/chat
David Battersby 9e6dc4c5c8
DEV: prevent duplication of chat drawer routes (#27381)
This change prevents explicitly declaring each route that should be intercepted for chat drawer mode.

In theory all chat drawer routes should be intercepted from the main chat routes file and therefore we would only need to add new drawer routes directly within chat-drawer-router.js.
2024-06-07 10:47:01 +04:00
..
app FIX: chat direct message group user limit is off by 1 (#27014) 2024-06-03 12:11:49 +04:00
assets DEV: prevent duplication of chat drawer routes (#27381) 2024-06-07 10:47:01 +04:00
config Update translations (#27321) 2024-06-04 21:44:04 +02: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
spec FEATURE: load chat channel settings within drawer (#27346) 2024-06-06 14:01:09 +04: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.