discourse/plugins/chat/spec/requests
Martin Brennan 21f93731a3
DEV: Move channel creation for category into service (#21167)
This commit moves the category channel creation out
of the Chat::Api::Channel controller and into a
dedicated CreateCategoryChannel service. A follow up
commit will move the DM channel creation out of
the old DirectMessageChannelCreator service.

Also includes a new on_model_errors helper
for chat service class usage, that collects model
validation errors to present in a nice way.

---------

Co-authored-by: Loïc Guitaut <loic@discourse.org>
2023-04-24 09:15:16 +10:00
..
chat DEV: Move channel creation for category into service (#21167) 2023-04-24 09:15:16 +10:00
core_ext DEV: fixes a flakey spec (#20721) 2023-03-17 18:01:19 +01:00
chat_controller_spec.rb Revert "FEATURE: Better thread reply counter cache (#21108)" (#21192) 2023-04-20 15:09:47 -05:00
direct_messages_controller_spec.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
emojis_controller_spec.rb