mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: first flag should not auto revoke
This commit is contained in:
parent
5a1162418d
commit
b8d7fb8735
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue