discourse/plugins/chat
Alan Guo Xiang Tan b20f6bd620
DEV: Remove flaky system test (#31899)
This commit removes a flaky system test without replacement given that
the test isn't really testing something in the critical path or
something that happens often.

### Reviewer notes

Example of flakiness:

1.
https://github.com/discourse/discourse/actions/runs/13901410315/job/38893877234
2.
https://github.com/discourse/discourse/actions/runs/12362090310/job/34500684809
2025-03-19 12:20:23 +08:00
..
admin/assets/javascripts DEV: add btn-default classes to buttons using default styling (#31039) 2025-01-28 15:40:34 -05:00
app FIX: Incorrect chat DM group user count (#31813) 2025-03-14 11:40:30 +10:00
assets FIX: ensures chat context is given to emoji picker (#31794) 2025-03-13 10:36:01 +01:00
config Update translations (#31747) 2025-03-11 17:47:42 +01:00
db FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
lib FIX: Duplicate error for chat messages for upload-only messages (#31539) 2025-02-27 17:17:36 +10:00
public
spec DEV: Remove flaky system test (#31899) 2025-03-19 12:20:23 +08:00
test/javascripts DEV: Update lint-configs and autofix issues (#31620) 2025-03-05 01:20:16 +01:00
plugin.rb FEATURE: Initial version of experimental admin search (#31299) 2025-02-21 11:59:24 +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.