2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

Recategorize link badges

This commit is contained in:
Robin Ward 2016-03-25 12:21:24 -04:00
parent 56c13856dd
commit 5f54dd908a

View file

@ -287,7 +287,8 @@ end
b.target_posts = true b.target_posts = true
b.show_posts = true b.show_posts = true
b.query = Badge::Queries.linking_badge(count) 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 # don't trigger for now, its too expensive
b.trigger = Badge::Trigger::None b.trigger = Badge::Trigger::None
b.system = true b.system = true