discourse/plugins/chat
Jarek Radosz fe00796027
DEV: Minor refactor of chat models (#27467)
* remove default prop values where they're being set in constructor
* replace some `||` operators in constructors with `??` so the fallback boolean values are actually used
2024-06-13 17:07:31 +02:00
..
app FEATURE: show my threads from muted chat channels (#27468) 2024-06-13 18:39:35 +04:00
assets DEV: Minor refactor of chat models (#27467) 2024-06-13 17:07:31 +02:00
config Update translations (#27417) 2024-06-11 17:20:39 +02:00
db DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
lib PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00
public DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FEATURE: show my threads from muted chat channels (#27468) 2024-06-13 18:39:35 +04:00
test/javascripts FIX: Don't modify `FloatKitInstance`s arrays unless needed (#27462) 2024-06-13 12:44:38 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FIX: correctly load channels in chat webhooks 2024-06-10 17:30:38 +02: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.