mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make sure we trigger the post process when rebaking the posts
This commit is contained in:
@@ -33,6 +33,9 @@ def rebake_posts(opts = {})
|
|||||||
|
|
||||||
TopicLink.extract_from post
|
TopicLink.extract_from post
|
||||||
|
|
||||||
|
# make sure we trigger the post process
|
||||||
|
post.trigger_post_process
|
||||||
|
|
||||||
total += 1
|
total += 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user