discourse/plugins/chat
Andrei Prigorshnev e6c04e2dc2
FIX: do not send emails when channel-wide mentions are disabled in a channel (#20677)
This regressed with the commit fa543cd. Starting from that commit, we create mention records even if a user shouldn't be notified. So when sending emails, we should be making sure if a notification was actually created for a mention. This is essentially the whole fix that we need here. Tests will be provided in a following PR.
2023-03-14 21:45:05 +04:00
..
app DEV: better split create_notification! and send_notifications logic (#20562) 2023-03-09 22:17:18 +04:00
assets DEV: adds a addChatDrawerStateCallback API (#20640) 2023-03-10 18:49:59 +01:00
config Update translations (#20671) 2023-03-14 15:04:54 +01:00
db DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
lib FIX: do not send emails when channel-wide mentions are disabled in a channel (#20677) 2023-03-14 21:45:05 +04:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec DEV: adds a addChatDrawerStateCallback API (#20640) 2023-03-10 18:49:59 +01:00
test/javascripts DEV: adds a addChatDrawerStateCallback API (#20640) 2023-03-10 18:49:59 +01:00
plugin.rb DEV: Change Bookmarkable registration to DiscoursePluginRegistry (#20556) 2023-03-08 10:39:12 +10: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.