mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
make sure we trigger the post process when rebaking the posts
This commit is contained in:
parent
787555431c
commit
40f93bda8b
@ -33,6 +33,9 @@ def rebake_posts(opts = {})
|
||||
|
||||
TopicLink.extract_from post
|
||||
|
||||
# make sure we trigger the post process
|
||||
post.trigger_post_process
|
||||
|
||||
total += 1
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user