mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 05:55:36 +08:00
FIX: badge flood
This commit is contained in:
parent
7ea7ab80ac
commit
42104685f7
@ -236,7 +236,10 @@ SQL
|
||||
@like_badge_counts ||= {
|
||||
NicePost => 10,
|
||||
GoodPost => 25,
|
||||
GreatPost => 50
|
||||
GreatPost => 50,
|
||||
NiceTopic => 10,
|
||||
GoodTopic => 25,
|
||||
GreatTopic => 50
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user