discourse/plugins/chat
Jarek Radosz 038e5deb2a
DEV: Clean up imports (#28060)
* `@ember/owner` instead of `@ember/application`
* `discourse-i18n` instead of `I18n`
* `{ service } from "@ember/service"` instead of `inject as service`
2024-07-25 15:09:06 +02:00
..
app FIX: update order of chat message service steps (#27889) 2024-07-12 11:56:07 +04:00
assets DEV: Clean up imports (#28060) 2024-07-25 15:09:06 +02:00
config Update translations (#28041) 2024-07-23 15:23:42 +02:00
db FEATURE: prevent chat emails for messages created via SDK (#27875) 2024-07-12 10:57:14 +04:00
lib FEATURE: prevent chat emails for messages created via SDK (#27875) 2024-07-12 10:57:14 +04:00
public
spec DEV: Try until success for clipboard copies (#27986) 2024-07-19 19:44:10 +08:00
test/javascripts DEV: Clean up imports (#28060) 2024-07-25 15:09:06 +02:00
plugin.rb FEATURE: created edit and delete flags (#27484) 2024-07-03 08:45:37 +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.