discourse/plugins/chat
Alan Guo Xiang Tan e2c7ecfe65
DEV: Change PageObjects::Components::Chat::Message#exists? to exact match (#23660)
Why this change?

Before this change, we were doing a partial match when checking for
existence. This is a source of flaky tests because a chat message with
text `this is a message` will match any substring like `message` or `a`.

What does this change do?

This change removes the partial match and instead opts for the
`exact_text` option instead.
2023-09-26 10:20:21 +08:00
..
app FIX: ensures an empty last message won't cause errors (#23647) 2023-09-25 12:43:04 +02:00
assets DEV: update a couple button classes (#23127) 2023-09-25 16:45:57 -04:00
config DEV: removes the notion of staged thread (#23612) 2023-09-15 18:09:45 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03:00
public
spec DEV: Change PageObjects::Components::Chat::Message#exists? to exact match (#23660) 2023-09-26 10:20:21 +08:00
test/javascripts DEV: removes the notion of staged thread (#23612) 2023-09-15 18:09:45 +02:00
plugin.rb FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03: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.