discourse/plugins/chat
Martin Brennan cd6fd515fe
FIX: Prevent admin sidebar errors in safe mode (#25832)
In safe mode plugins are not loaded, so the plugin admin
routes are not loaded. This was causing errors in the
admin sidebar because we are trying to show links to the plugin
admin routes.

This fixes the issue by just not adding the plugin links if
we are in safe mode.
2024-02-23 17:04:42 +10:00
..
app FIX: allows to query a username made of integers (#25815) 2024-02-22 14:53:47 +01:00
assets UX: chat composer > fix typing indicator and top padding (mobile) (#25821) 2024-02-23 07:59:06 +02:00
config Update translations (#25767) 2024-02-20 09:42:19 -05:00
db DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
lib DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
public
spec FIX: Prevent admin sidebar errors in safe mode (#25832) 2024-02-23 17:04:42 +10:00
test/javascripts UX: Chat browse redesign (#25698) 2024-02-15 18:00:22 +01:00
plugin.rb DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

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.