discourse/plugins/chat
Joffrey JAFFEUX 4676524094
FIX: do not attempt to mark as read a staged message (#21764)
This has not much impact as it would just be a silent 404 server side, but this is unnecessary work.
2023-05-26 11:00:48 +02:00
..
app FIX: Chat deleted last read message and tracking state issues (#21762) 2023-05-26 10:44:27 +02:00
assets FIX: do not attempt to mark as read a staged message (#21764) 2023-05-26 11:00:48 +02:00
config Update translations (#21702) 2023-05-23 21:23:44 +02:00
db DEV: Create UserChatThreadMembership table and model (#21481) 2023-05-10 17:19:48 +02:00
lib DEV: extract more logic into ParsedMentions class (#21729) 2023-05-25 15:41:22 +04:00
public
spec FIX: Chat deleted last read message and tracking state issues (#21762) 2023-05-26 10:44:27 +02:00
test/javascripts FEATURE: Apply hashtag styles to autocomplete (#21731) 2023-05-25 09:38:12 +02:00
plugin.rb FIX: Chat NotificationLevels extension breaking in prod (#21484) 2023-05-10 18:46:06 +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.