discourse/plugins/chat
Jan Cernik aaf47c02bc
DEV: Refactor chat oneboxes (#23031)
- moves the onebox logic away from `plugin.rb` to a new `onebox_handler` lib
- splits the `discourse_chat_message` template into two: one for channels, and one for messages
- refactors the logic code slightly to send only the necessary arguments to each template

This commit shouldn't change end-user behavior.
2023-09-04 16:55:02 +02:00
..
app DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
assets DEV: no need to track status of a deleted user (#22836) 2023-09-04 17:00:09 +04:00
config DEV: no need to track status of a deleted user (#22836) 2023-09-04 17:00:09 +04: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 DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
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
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Refactor chat oneboxes (#23031) 2023-09-04 16:55:02 +02: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.