mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-13 22:23:48 -05:00
Enable domain purge button on suspended domains too (#17741)
Related: #17209
This commit is contained in:
parent
64d2988d18
commit
18e27e0488
@ -33,7 +33,7 @@ class Instance < ApplicationRecord
|
||||
end
|
||||
|
||||
def unavailable?
|
||||
unavailable_domain.present?
|
||||
unavailable_domain.present? || domain_block&.suspend?
|
||||
end
|
||||
|
||||
def failing?
|
||||
|
Loading…
x
Reference in New Issue
Block a user