mirror of
https://github.com/discourse/discourse.git
synced 2025-05-17 03:18:56 +08:00

Why this change? `Faker::Lorem.paragraph` generates a differrent length of string every time. When a string happens to be long, it can change the UI across system test runs making it harder to reason about our system tests across multiple runs since the state is never really consistent. We will just generate a paragraph with a fixed length going forward so that the UI remains consistent. This should make certain tests which relies on the UI being in a certain state to become less flaky.
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.