discourse/plugins/chat
Andrei Prigorshnev fa543cda06
DEV: Always create chat mention records (#20470)
Before this commit, we created a chat mention record only in case we wanted to send a notification about that mention to the user. Notifications were the only use case for the chat_mention db table. Now we want to use that table for other features, so we have to always create a chat_mention record.
2023-03-07 19:07:11 +04:00
..
app DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
assets PERF: reduce height of the load more past message area (#20545) 2023-03-06 17:23:32 +01:00
config Update translations (#20559) 2023-03-07 14:58:31 +01:00
db DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
lib DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
public DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
test/javascripts PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01: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.