mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #4536 from fantasticfears/webhooks-edit
FIX: missing post and topic edited webhooks
This commit is contained in:
@@ -446,6 +446,7 @@ class PostRevisor
|
||||
def post_process_post
|
||||
@post.invalidate_oneboxes = true
|
||||
@post.trigger_post_process
|
||||
DiscourseEvent.trigger(:post_edited, @post, self.topic_changed?)
|
||||
end
|
||||
|
||||
def update_topic_word_counts
|
||||
|
||||
Reference in New Issue
Block a user