mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
The `enqueue_jobs` is not correctly post-processing the post since the post is being created inside a transaction block. This commit explicitly enqueues the job outside transaction block.