discourse/plugins
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
..
chat DEV: no need to track status of a deleted user (#22836) 2023-09-04 17:00:09 +04:00
checklist FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-details FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-lazy-videos FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-local-dates DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00
discourse-narrative-bot FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-presence FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
poll DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00
styleguide DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00