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:
@@ -193,7 +193,6 @@ describe PostCreator do
|
||||
topic_id = post.topic_id
|
||||
|
||||
process_post_args = Jobs::ProcessPost.jobs.first["args"].first
|
||||
expect(process_post_args["skip_link_post_uploads"]).to eq(true)
|
||||
expect(process_post_args["post_id"]).to eq(post_id)
|
||||
|
||||
feature_topic_users_args = Jobs::FeatureTopicUsers.jobs.first["args"].first
|
||||
|
||||
Reference in New Issue
Block a user