mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
Why this change? Before this commit, there is a chance that we will transition the user to a different route if the chat thread component has been destroyed prior to the request for fetching messasges in a chat thread returning. This commit makes it such that we simply ignore the request if the chat thread component has been destroyed. We believe this is the cause of the flaky system tests in plugins/chat/spec/system/navigation_spec.rb which we've been seeing on CI. |
||
---|---|---|
.. | ||
app | ||
assets | ||
config | ||
db | ||
lib | ||
public | ||
spec | ||
test/javascripts | ||
plugin.rb | ||
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.