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…
Reference in New Issue