mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
FEATURE: post_process_cooked event
This commit is contained in:
parent
03d7ec8777
commit
a5295591b8
|
@ -35,6 +35,8 @@ class CookedPostProcessor
|
|||
optimize_urls
|
||||
pull_hotlinked_images(bypass_bump)
|
||||
grant_badges
|
||||
DiscourseEvent.trigger(:post_process_cooked, @doc, @post)
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user