discourse/plugins/chat
Martin Brennan ccdc0822a8
DEV: Fix flaky thread navigation spec (#22323)
Introduced in cec68b3e2c,
this is flaky because if you click the back button before
the route is fully transitioned to the loaded thread,
we end up going to the history _before_ the thread list,
which ends up being the channel.

We need to make sure that everything is loaded for the
thread first, meaning the skeleton is not there.

Also exclude some noise from the capybara logs (image load failures)
2023-06-28 17:20:05 +10:00
..
app FIX: Chat threads N1 (#22322) 2023-06-28 15:41:51 +10:00
assets DEV: Get rid of old chat TODOs (#22324) 2023-06-28 17:16:03 +10:00
config Update translations (#22300) 2023-06-27 16:39:27 +02:00
db FIX: Backfill chat thread memberships (#21971) 2023-06-14 13:54:51 +10:00
lib FEATURE: Sort thread list by unread threads first (#22272) 2023-06-28 13:14:01 +10:00
public
spec DEV: Fix flaky thread navigation spec (#22323) 2023-06-28 17:20:05 +10:00
test/javascripts FEATURE: Scroll to first message when clicking date in chat (#21926) 2023-06-20 15:58:38 +02:00
plugin.rb DEV: Introduce an array type for Chat contracts (#22278) 2023-06-27 10:51:58 +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.