discourse/plugins/chat
Loïc Guitaut 0636855706 DEV: Allow using an AR relation as a model in services
This patch allows using an AR relation as a model in services without
fetching associated records. It will just check if the relation is empty
or not. In the former case, the execution will stop at that point, as
expected.
2024-08-20 16:32:46 +02:00
..
app DEV: Allow using an AR relation as a model in services 2024-08-20 16:32:46 +02:00
assets DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +03:00
config DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +03:00
db DEV: Promote historic post_deploy migrations (#28128) 2024-07-30 01:14:03 +08:00
lib DEV: better highlighting of mentions (#28403) 2024-08-20 14:37:28 +02:00
public
spec DEV: Allow using an AR relation as a model in services 2024-08-20 16:32:46 +02:00
test/javascripts DEV: Fix random typos (#28103) 2024-07-26 23:13:12 +02:00
plugin.rb DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +03: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.