mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 06:45:11 +00:00
f4add0ef6a
We had a bug in this code recently, sometimes users saw weird notifications like: User mentioned all_mentioned_user_ids in the help chat channel We fixed that bug in b85d057. This refactoring is a follow-up to that fix. As that bug showed, it’s quite easy to introduce a key that may end up being sent to the `NotifyMentioned` job, which can lead to such weird notifications. This refactoring makes sure that the `to_notify` hash contains only IDs of users that should be notified about mentions.
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.