discourse/plugins/chat
Jarek Radosz 6adc67a7a8
FIX: Broken error reporting in modals (and other places) (#23680)
1. actually call `popupAjaxError`, thanks :P
2. don't close a modal on error
3. use `extractError()` instead of manually joining error messages
4. …or passing just the error object to `this.flash`
2023-09-27 17:11:44 +02:00
..
app FIX: ensures we reuse existing thread if existing (#23618) 2023-09-26 10:15:16 +02:00
assets FIX: Broken error reporting in modals (and other places) (#23680) 2023-09-27 17:11:44 +02:00
config Update translations (#23627) 2023-09-27 11:03:00 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03:00
public
spec DEV: FloatKit (#23650) 2023-09-26 13:39:52 +02:00
test/javascripts DEV: Modernize chat getOwner usage (#23671) 2023-09-26 18:05:34 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03: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.