3ee77c29a5
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. |
||
---|---|---|
.. | ||
app | ||
assets | ||
config | ||
db | ||
lib | ||
public | ||
spec | ||
test/javascripts | ||
README.md | ||
plugin.rb |
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.