discourse/plugins/chat
David Taylor ccf0b61fe3
DEV: Convert truth-helpers to a v2 addon and simplify imports (#26029)
No need for a build step here, since the helpers are all simple js.
2024-03-05 15:24:47 +00:00
..
app FIX: correctly shows as disabled a user who can't chat (#26010) 2024-03-05 09:13:42 +01:00
assets DEV: Convert truth-helpers to a v2 addon and simplify imports (#26029) 2024-03-05 15:24:47 +00:00
config FEATURE: introduces chat_preferred_mobile_index setting (#25927) 2024-02-28 12:05:05 +01:00
db DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
lib FIX: correctly shows as disabled a user who can't chat (#26010) 2024-03-05 09:13:42 +01:00
public
spec UX: chat message creator scss cleanup + design tweak to username display (#25928) 2024-03-05 12:49:29 +01:00
test/javascripts FIX: channel member status live updates (#25925) 2024-02-29 17:49:18 +08:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01: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.