discourse/plugins/chat
Joffrey JAFFEUX 821402d024
DEV: removes default service actions (#26078)
Previously services would let you define a high level default `def default_actions_for_service; end` which would define various handlers like `on_success`, after months of usage we consider the cons are superior to the pros here.

Two mains cons:
- people would often not understand where the handling was coming from
- it's easy to miss a case when you write your specs
2024-03-07 12:10:43 +01:00
..
app DEV: removes default service actions (#26078) 2024-03-07 12:10:43 +01:00
assets DEV: Use the "new" service import (#26059) 2024-03-06 18:05:11 +01:00
config Update translations (#26030) 2024-03-05 16:47:46 +01:00
db FEATURE: allows to force a thread (#25987) 2024-03-06 12:03:42 +01:00
lib DEV: removes default service actions (#26078) 2024-03-07 12:10:43 +01:00
public
spec DEV: removes default service actions (#26078) 2024-03-07 12:10:43 +01:00
test/javascripts FIX: channel member status live updates (#25925) 2024-02-29 17:49:18 +08:00
plugin.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01: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.