discourse/plugins/chat/spec/services/actions
Loïc Guitaut 243793ec6e
DEV: Migrate Chat::MessageCreator to a service (#22390)
Currently, the logic for creating a new chat message is scattered
between a controller and an “old” service.

This patch address this issue by creating a new service (using the “new”
sevice object system) encapsulating all the necessary logic.
(authorization, publishing events, etc.)
2023-09-07 08:57:29 +02:00
..
create_memberships_for_auto_join_spec.rb DEV: moves logic from job to a service (#22691) 2023-07-27 10:25:41 +02:00
publish_and_follow_direct_message_channel_spec.rb DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
reset_user_last_read_channel_message_spec.rb DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
reset_user_last_read_thread_message_spec.rb