discourse/plugins/chat/spec/lib
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
..
chat DEV: Create and update chat message mentions earlier (#21388) 2023-05-05 15:47:07 +04:00
service_runner_spec.rb DEV: Move channel creation for category into service (#21167) 2023-04-24 09:15:16 +10:00