discourse/plugins/chat/spec/integration
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
..
auto_channel_user_removal_spec.rb FEATURE: Auto-remove users without permission from channel (#20344) 2023-03-22 10:19:59 +10:00
custom_api_key_scopes_spec.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_api_spec.rb
post_chat_quote_spec.rb DEV: Update chat cooked quote spec (#22202) 2023-06-20 10:30:33 +08:00
thread_replies_count_cache_accuracy_spec.rb DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00