fixes #973
This commit is contained in:
@@ -461,10 +461,10 @@ class User < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def favorite_limit
|
def favorite_limit
|
||||||
if is_privileged?
|
if is_platinum?
|
||||||
20_000
|
|
||||||
elsif is_platinum?
|
|
||||||
nil
|
nil
|
||||||
|
elsif is_privileged?
|
||||||
|
20_000
|
||||||
else
|
else
|
||||||
4_000
|
4_000
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user