discourse/plugins/chat
Joffrey JAFFEUX 52e8d57293
FEATURE: implements last read message for threads (#26702)
This commit will now allow us to track read position in a thread and returns to this position when you open the thread.

Note this commit is also extracting the following components to make it possible:
- `<ChatMessagesScroller />`
- `<ChatMessagesContainer />`

The `UpdateUserThreadLastRead` has been updated to allow this.

Various refactorings have also been done to the code and specs to improve the support of last read.
2024-04-25 10:47:54 +02:00
..
app FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
assets FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
config FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
db DEV: Drop user_id from chat_mentions (#25022) 2024-04-11 18:50:29 +04:00
lib DEV: Move more service code to core (#26613) 2024-04-12 13:14:19 +02:00
public
spec FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
test/javascripts DEV: allows fabricators to use faker (#26555) 2024-04-08 21:00:09 +02:00
plugin.rb DEV: Move more service code to core (#26613) 2024-04-12 13:14:19 +02: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.