Fix truescore change on can_change_user_privacy
This commit is contained in:
parent
caa89755f8
commit
c7e73e239b
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class User(CreatedBase):
|
||||||
|
|
||||||
return (
|
return (
|
||||||
self.comment_count >= min_comments
|
self.comment_count >= min_comments
|
||||||
and self.truecoins >= min_truescore
|
and self.truescore >= min_truescore
|
||||||
and user_age_days >= min_age_days)
|
and user_age_days >= min_age_days)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue