discourse/plugins/chat
Régis Hanol b4156107df
DEV: restore AutoJoinChannelBatch job as a no-op to clear queue (#29743)
The job was removed in 6dfe2fbe16 as part of a performance-related refactor.

The issue was that job was already enqueued in sidekiq and now that the file has been deleted, it's generating a lot of `uninitialized constant Jobs::Chat::AutoJoinChannelBatch` errors.

Restoring this file will help clear the sidekiq queue. We'll remove the job in a few months.

Internal ref - t/141563
2024-11-13 18:10:03 +01:00
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app DEV: restore AutoJoinChannelBatch job as a no-op to clear queue (#29743) 2024-11-13 18:10:03 +01:00
assets UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
config Update translations (#29715) 2024-11-12 14:54:38 +01:00
db DEV: Fix mismatched column types (#29477) 2024-11-06 20:00:40 +02:00
lib PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
test/javascripts DEV: Use the new hasHtml/includesHtml from qunit-dom (#29680) 2024-11-11 13:06:12 +01:00
plugin.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11: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.