discourse/plugins/chat
David Battersby 6fa836d781
FIX: prevent popup when thread count request fails (#25308)
On the rare occasions that an ajax request for thread count fails, we should fail silently without alerting the user.
2024-01-18 16:28:23 +08:00
..
app PERF: Avoid loading the whole record when we only need id (#25301) 2024-01-18 08:50:26 +08:00
assets FIX: prevent popup when thread count request fails (#25308) 2024-01-18 16:28:23 +08:00
config Update translations (#25278) 2024-01-16 14:54:32 +01:00
db DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
lib DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
public
spec DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
test/javascripts DEV: implements <Chat::Navbar /> (#24917) 2023-12-18 17:49:58 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04: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.