mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Always link post to uploads in post process.
The operation is cheap anyway so no point skipping.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user