This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat
Joffrey JAFFEUX 8144730ebb
FIX: correctly add user info data to message serializer (#20348)
Previous commit 479c0a3051 was done with the assumption that this info was defined on user serializer but it was actually defined on post serializer in core. This commit extends the user serializer for messages to add this data to the user.

Also correctly adds serializer test to ensure we actually have this data.
2023-02-17 17:07:44 +01:00
..
app FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
assets FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
config REFACTOR: channel retention reminder text (#20310) 2023-02-15 14:50:01 +01:00
db DEV: Add ChatThread model and DB table, and ChatMessage reference (#20106) 2023-02-01 13:50:38 +10:00
lib DEV: extract the logic for extracting and expanding mentions from ChatNotifier (#20290) 2023-02-16 19:55:18 +04:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
test/javascripts FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
plugin.rb FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +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.