FIX: badge flood

This commit is contained in:
Sam 2014-09-11 13:30:47 +10:00
parent 7ea7ab80ac
commit 42104685f7
1 changed files with 4 additions and 1 deletions

View File

@ -236,7 +236,10 @@ SQL
@like_badge_counts ||= {
NicePost => 10,
GoodPost => 25,
GreatPost => 50
GreatPost => 50,
NiceTopic => 10,
GoodTopic => 25,
GreatTopic => 50
}
end