allow unlimited non-bumping comments
This commit is contained in:
@@ -86,7 +86,7 @@ class Comment < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def validate_creator_is_not_limited
|
def validate_creator_is_not_limited
|
||||||
if creator.is_comment_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")
|
errors.add(:base, "You can only post #{Danbooru.config.member_comment_limit} comments per hour")
|
||||||
false
|
false
|
||||||
elsif creator.can_comment?
|
elsif creator.can_comment?
|
||||||
|
|||||||
Reference in New Issue
Block a user