discourse/plugins/chat
Alan Guo Xiang Tan d916ff56b5
DEV: Use the main default session for main test assertion (#22627)
Why this change?

The test being changed in question has been flaky on our CI. However, we
are unable to view the screenshot of why it failed because
ActionDispatch will only take a screenshot of the default session upon
failure. At the same time, taking screenshot of all sessions
automatically upon failure is not possible via the official Capybara or
Rails APIs at the moment. Therefore, we're changing this system test to
avoid using two custom session and instead have the main assertion use
the default session such that any failures will provide us with a
screenshot.
2023-07-17 08:58:09 +08:00
..
app DEV: Further improve thread list query and add spec (#22610) 2023-07-14 16:08:35 +10:00
assets DEV: Move Bookmark modal/component to use d-modal (#22532) 2023-07-17 10:14:17 +10:00
config FEATURE: enable_public_channels site setting (#22565) 2023-07-13 10:00:25 +02:00
db DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
lib FIX: prevents user to restore message deleted by staff (#22571) 2023-07-13 10:16:15 +02:00
public
spec DEV: Use the main default session for main test assertion (#22627) 2023-07-17 08:58:09 +08:00
test/javascripts DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FIX: ActiveModel::Types :array load error in production (#22377) 2023-07-03 11:30:09 +10: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.