discourse/plugins/chat/app/controllers
Loïc Guitaut b8762172e4 DEV: Allow `with_service` in jobs
This patch introduces a new `ServiceJob` class allowing the use of
`with_service` in jobs.

This way, it’s easier to use the chat service objects in jobs and
provides the same level of functionality than the one we have in
controllers.
2023-02-23 09:28:53 +01:00
..
admin
api DEV: Use service objects for chat thread lookup (#20276) 2023-02-16 19:17:26 +01:00
api_controller.rb DEV: Allow `with_service` in jobs 2023-02-23 09:28:53 +01:00
chat_base_controller.rb DEV: Use guardian user for can_chat? (#19418) 2022-12-13 09:14:17 +10:00
chat_controller.rb FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
direct_messages_controller.rb DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
emojis_controller.rb
incoming_chat_webhooks_controller.rb DEV: Remove old TODO for chat webhooks (#19839) 2023-01-12 11:45:53 +10:00