mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 02:04:53 +08:00
FIX: First Quote badge bust
Feature: track quoted posts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user