Takeshi Umeda
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/models/domain_block.rb
|
|
@ -32,7 +32,7 @@ class DomainBlock < ApplicationRecord |
|
|
|
|
|
|
|
def policies |
|
|
|
if suspend? |
|
|
|
:suspend |
|
|
|
[:suspend] |
|
|
|
else |
|
|
|
[severity.to_sym, reject_media? ? :reject_media : nil, reject_reports? ? :reject_reports : nil].reject { |policy| policy == :noop || policy.nil? } |
|
|
|
end |
|
|
|