mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
make sure we trigger the post process when rebaking the posts
This commit is contained in:
parent
787555431c
commit
40f93bda8b
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue