mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:52:45 +08:00
FIX: first flag should not auto revoke
This commit is contained in:
parent
5a1162418d
commit
b8d7fb8735
|
@ -135,6 +135,7 @@ Badge.seed do |b|
|
|||
b.query = Badge::Queries::FirstFlag
|
||||
b.default_badge_grouping_id = BadgeGrouping::Community
|
||||
b.trigger = Badge::Trigger::PostAction
|
||||
b.auto_revoke = false
|
||||
b.system = true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user