mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
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.