discourse/plugins/chat
Krzysztof Kotlarek c468110929
FEATURE: granular webhooks (#23070)
Before this change, webhooks could be only configured for specific groups like for example, all topic events.

We would like to have more granular control like for example topic_created or topic_destroyed.

Test are failing because plugins changed has to be merged as well:
discourse/discourse-assign#498
discourse/discourse-solved#248
discourse/discourse-topic-voting#159
2023-10-09 03:35:31 +00:00
..
app UX: remove excerpt + style change to thread list item (#23776) 2023-10-06 15:11:04 +02:00
assets UX: thread list fixes for alignment and more spacing on mobile (#23823) 2023-10-07 11:06:16 +02:00
config FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
public
spec FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
test/javascripts DEV: Increase tests' stability by testing tooltips separately (#23516) 2023-10-06 16:51:31 +04:00
plugin.rb DEV: Revert hide_plugin for chat (#23792) 2023-10-05 19:05:59 +10: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.