discourse/plugins/chat
Loïc Guitaut 5f4623ba47 DEV: Refactor UpdateUserLastRead a little
We’re now using `contract` as the first step and validations for
mandatory parameters have been added.

To simplify specs a bit, we only assert the service contract is run as
expected without testing each validation case. We’re now testing the
contract itself in isolation.
2023-02-13 17:03:41 +01:00
..
app DEV: Refactor UpdateUserLastRead a little 2023-02-13 17:03:41 +01:00
assets DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
config DEV: Fix typo 2023-02-13 00:46:33 +01:00
db DEV: Add ChatThread model and DB table, and ChatMessage reference (#20106) 2023-02-01 13:50:38 +10:00
lib DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
public
spec DEV: Refactor UpdateUserLastRead a little 2023-02-13 17:03:41 +01:00
test/javascripts FEATURE: Inline audio player for chat uploads (#20175) 2023-02-06 16:00:03 +10:00
plugin.rb DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01: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.