discourse/plugins/chat
Ted Johansson d1253bc3af
DEV: Include context question for chat reviewables (#23332)
Chat review queue flags were missing the context message above the actions.

This is probably because the (reasonably complex) logic was somewhat hard-coded to posts. After some investigation I concluded we can reuse this logic with some small amendments.
2023-09-05 10:11:39 +08:00
..
app DEV: Include context question for chat reviewables (#23332) 2023-09-05 10:11:39 +08:00
assets UX: lower z-index (#23386) 2023-09-04 22:30:51 +02:00
config DEV: Include context question for chat reviewables (#23332) 2023-09-05 10:11:39 +08:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib DEV: Refactor chat oneboxes (#23031) 2023-09-04 16:55:02 +02:00
public
spec DEV: Refactor chat oneboxes (#23031) 2023-09-04 16:55:02 +02:00
test/javascripts UX: hides header's unread indicator on full page (#23370) 2023-09-02 12:06:40 +02:00
plugin.rb DEV: Refactor chat oneboxes (#23031) 2023-09-04 16:55:02 +02: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.