mirror of
https://github.com/discourse/discourse.git
synced 2025-03-12 03:55:30 +08: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.