Jeong Arm
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/instance.rb
|
|
@ -33,7 +33,7 @@ class Instance < ApplicationRecord |
|
|
|
end |
|
|
|
|
|
|
|
def unavailable? |
|
|
|
unavailable_domain.present? |
|
|
|
unavailable_domain.present? || domain_block&.suspend? |
|
|
|
end |
|
|
|
|
|
|
|
def failing? |
|
|
|