discourse/plugins/chat
Andrei Prigorshnev 35a414bb38
DEV: Create and update chat message mentions earlier (#21388)
We need to create and update `chat_mentions` records for messages earlier. They should be created or updated before we  call `Chat::Publisher.publish_new!` `Chat::Publisher.publish_edit!` to send the message to message bus subscribers).

This logic is covered with tests in `message_creator_spec.rb`, `message_updater_spec.rb`, `notifier_spec.rb` and `notify_mentioned_spec.rb`.

See the commits history for steps of refactoring.
2023-05-05 15:47:07 +04:00
..
app DEV: Create and update chat message mentions earlier (#21388) 2023-05-05 15:47:07 +04:00
assets UX: scroll to bottom when message is staged (#21408) 2023-05-05 13:14:13 +02:00
config FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +02:00
db DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00
lib DEV: Create and update chat message mentions earlier (#21388) 2023-05-05 15:47:07 +04:00
public DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec DEV: Create and update chat message mentions earlier (#21388) 2023-05-05 15:47:07 +04:00
test/javascripts FIX: Improve chat route cleanup (#20557) 2023-04-26 18:18:23 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Improve add_to_serializer include_* options (#21220) 2023-04-24 12:17:51 +01:00

README.md

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.