Always link post to uploads in post process.

The operation is cheap anyway so no point skipping.
This commit is contained in:
Guo Xiang Tan
2018-09-06 14:08:03 +08:00
parent b6a139b581
commit d4b05d7bc5
5 changed files with 6 additions and 15 deletions

View File

@@ -38,9 +38,7 @@ class PostJobsEnqueuer
end
def trigger_post_post_process
@post.trigger_post_process(
skip_link_post_uploads: @opts[:skip_link_post_uploads]
)
@post.trigger_post_process
end
def after_post_create