discourse/plugins/chat
Sam ade001604b
PERF: automatically join users to channels more efficiently (#28392)
- Only ever auto join 10k users to channels (ordered by last seen)
- Join users to all channels at once, instead of batching and splitting
2024-08-16 13:58:12 +10:00
..
app PERF: automatically join users to channels more efficiently (#28392) 2024-08-16 13:58:12 +10:00
assets UX: remove baseline alignment from chat timestamp (#28345) 2024-08-13 17:07:12 +02:00
config Update translations (#28246) 2024-08-13 16:31:24 +02:00
db DEV: Promote historic post_deploy migrations (#28128) 2024-07-30 01:14:03 +08:00
lib FIX: delay chat notify watching job (#28386) 2024-08-15 18:08:30 +04:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec PERF: automatically join users to channels more efficiently (#28392) 2024-08-16 13:58:12 +10:00
test/javascripts DEV: Fix random typos (#28103) 2024-07-26 23:13:12 +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.