discourse/plugins/chat
Martin Brennan ac92cc526d
FIX: Admin sidebar was hiding chat/forum toggle button (#25781)
We have separated and combined modes for sidebar panels.
Separated means the panels show only their own sections,
combined means sections from all panels are shown.

The admin sidebar only shows its own panels, so it must set
the mode to separated; however when we navigate to chat or
home we must revert to the initial mode setttings.
2024-02-21 14:44:09 +10:00
..
app DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
assets FIX: Admin sidebar was hiding chat/forum toggle button (#25781) 2024-02-21 14:44:09 +10: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: Admin sidebar was hiding chat/forum toggle button (#25781) 2024-02-21 14:44:09 +10:00
test/javascripts UX: Chat browse redesign (#25698) 2024-02-15 18:00:22 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01: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.