mirror of
https://github.com/discourse/discourse.git
synced 2025-03-29 15:35:48 +08:00

It is hard to catch and debug potential bugs related to live updates of user status (though, we haven't seen many such bugs so far). We have a `console.warn` statement that should help us to catch one class of such bugs. Recently, we noticed that this warning gets printed when a user had a chat with a user that was then deleted. This is not a bug, since there is nothing to track for a deleted user, but we don't want this noise on the console. This PR makes sure we don't print a warning in such cases.
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.