mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00: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.