discourse/plugins/chat
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
..
app DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
assets DEV: no need to track status of a deleted user (#22836) 2023-09-04 17:00:09 +04:00
config DEV: no need to track status of a deleted user (#22836) 2023-09-04 17:00:09 +04:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
public
spec DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
test/javascripts UX: hides header's unread indicator on full page (#23370) 2023-09-02 12:06:40 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00

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.