FIX: First Quote badge bust

Feature: track quoted posts
This commit is contained in:
Sam
2014-07-15 17:47:24 +10:00
parent 4c25fedf70
commit 2d0def9940
8 changed files with 141 additions and 9 deletions

View File

@ -487,6 +487,7 @@ class Topic < ActiveRecord::Base
# Grab any links that are present
TopicLink.extract_from(new_post)
QuotedPost.extract_from(new_post)
end
new_post