discourse/plugins/chat
Andrei Prigorshnev e292c45924
DEV: better split create_notification! and send_notifications logic (#20562)
`create_notification!` - creates a notification in the database, `send_notifications` sends desktop and mobile notifications. This PR moves some code to decouple these two tasks more explicitly. It only moves code without changing any behavior, and the job is covered with tests (see chat_notify_mentioned_spec).
2023-03-09 22:17:18 +04:00
..
app DEV: better split create_notification! and send_notifications logic (#20562) 2023-03-09 22:17:18 +04:00
assets FIX: improves unread state precision (#20615) 2023-03-09 19:06:33 +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 FIX: improves unread state precision (#20615) 2023-03-09 19:06:33 +01:00
test/javascripts FIX: improves unread state precision (#20615) 2023-03-09 19:06:33 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Change Bookmarkable registration to DiscoursePluginRegistry (#20556) 2023-03-08 10:39:12 +10: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.