comments: allow new users to comment.
Remove the rule that users less than a week old can't leave comments.
This commit is contained in:
@@ -83,8 +83,6 @@ class Comment < ApplicationRecord
|
||||
def validate_creator_is_not_limited
|
||||
if creator.is_comment_limited? && !do_not_bump_post?
|
||||
errors.add(:base, "You can only post #{Danbooru.config.member_comment_limit} comments per hour")
|
||||
elsif !creator.can_comment?
|
||||
errors.add(:base, "You can not post comments within 1 week of sign up")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user