FEATURE: post_process_cooked event
This commit is contained in:
parent
03d7ec8777
commit
a5295591b8
|
@ -35,6 +35,8 @@ class CookedPostProcessor
|
||||||
optimize_urls
|
optimize_urls
|
||||||
pull_hotlinked_images(bypass_bump)
|
pull_hotlinked_images(bypass_bump)
|
||||||
grant_badges
|
grant_badges
|
||||||
|
DiscourseEvent.trigger(:post_process_cooked, @doc, @post)
|
||||||
|
nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue