flags: adjust limit to 5 flags at once.
This commit is contained in:
@@ -356,7 +356,7 @@ class User < ApplicationRecord
|
||||
|
||||
def is_flag_limited?
|
||||
return false if has_unlimited_flags?
|
||||
post_flags.pending.count >= 10
|
||||
post_flags.pending.count >= 5
|
||||
end
|
||||
|
||||
# Flags are unlimited if you're an approver or you have at least 30 flags
|
||||
|
||||
Reference in New Issue
Block a user