This commit is contained in:
r888888888
2017-05-02 15:40:17 -07:00
parent 66458c34b0
commit caf9281e3e

View File

@@ -145,6 +145,8 @@ class PostArchive < ActiveRecord::Base
:removed_tags => removed_tags
}
return delta if post.nil?
latest_tags = post.tag_array
latest_tags << "rating:#{post.rating}" if post.rating.present?
latest_tags << "parent:#{post.parent_id}" if post.parent_id.present?