discourse/plugins/chat/assets
Andrei Prigorshnev 3ee77c29a5
DEV: no need to track status of a deleted user (#22836)
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.
2023-09-04 17:00:09 +04:00
..
javascripts DEV: no need to track status of a deleted user (#22836) 2023-09-04 17:00:09 +04:00
stylesheets DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00