mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 13:17: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. |
||
---|---|---|
.. | ||
chat | ||
checklist | ||
discourse-details | ||
discourse-lazy-videos | ||
discourse-local-dates | ||
discourse-narrative-bot | ||
discourse-presence | ||
poll | ||
styleguide |