Recategorize link badges

This commit is contained in:
Robin Ward 2016-03-25 12:21:24 -04:00
parent 56c13856dd
commit 5f54dd908a
1 changed files with 2 additions and 1 deletions

View File

@ -287,7 +287,8 @@ end
b.target_posts = true
b.show_posts = true
b.query = Badge::Queries.linking_badge(count)
b.default_badge_grouping_id = BadgeGrouping::Community
b.badge_grouping_id = BadgeGrouping::Posting
b.default_badge_grouping_id = BadgeGrouping::Posting
# don't trigger for now, its too expensive
b.trigger = Badge::Trigger::None
b.system = true