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:
parent
56c13856dd
commit
5f54dd908a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue