mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:02:46 +08:00
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. |
||
---|---|---|
.. | ||
javascripts | ||
stylesheets |