discourse/plugins/chat
Loïc Guitaut e94707acdf DEV: Drop `WithServiceHelper`
This patch removes the `with_service` helper from the code base.
Instead, we can pass a block with actions directly to the `.call` method
of a service.

This simplifies how to use services:
- use `.call` without a block to run the service and get its result
  object.
- use `.call` with a block of actions to run the service and execute
  arbitrary code depending on the service outcome.

It also means a service is now “self-contained” and can be used anywhere
without having to include a helper or whatever.
2024-09-05 09:58:20 +02:00
..
app DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
assets DEV: Deprecate `show_in_ui` argument of the `register_stat` API (#28727) 2024-09-04 19:58:14 +03:00
config UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
db DEV: Migrate `Chat::NotificationMention#notification_id` to `bigint` (#28571) 2024-08-27 14:57:16 +03:00
lib DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
public
spec UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
test/javascripts UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
README.md
plugin.rb DEV: Deprecate `show_in_ui` argument of the `register_stat` API (#28727) 2024-09-04 19:58:14 +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.