mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: move topic links and quoted posts extraction to the PostRevisor
This commit is contained in:
@@ -136,6 +136,9 @@ class PostRevisor
|
||||
publish_changes
|
||||
grant_badge
|
||||
|
||||
TopicLink.extract_from(@post)
|
||||
QuotedPost.extract_from(@post)
|
||||
|
||||
successfully_saved_post_and_topic
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user