discourse/plugins/chat
Andrei Prigorshnev 0562f952ed
DEV: no need to pass down skip_notifications for expanding mentions (#20683)
This refactoring simplifies ChatNotifier a bit. I wanted to drop 
that argument for expand_direct_mentions too, but that needs 
a bit deeper refactoring, so it's better to do it separately.

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2023-03-21 19:44:24 +04:00
..
app DEV: Rough chat message loading and posting in thread (#20579) 2023-03-21 15:29:10 +10:00
assets UX: update chat icon to d-chat (#20744) 2023-03-21 10:40:42 -04:00
config DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
db DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
lib DEV: no need to pass down skip_notifications for expanding mentions (#20683) 2023-03-21 19:44:24 +04:00
public
spec UX: update chat icon to d-chat (#20744) 2023-03-21 10:40:42 -04:00
test/javascripts DEV: uses container resize event instead of mutation (#20757) 2023-03-21 11:30:32 +01:00
plugin.rb UX: update chat icon to d-chat (#20744) 2023-03-21 10:40:42 -04: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.