mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: if a domain is deleted, it must be updated
This commit is contained in:
@@ -102,7 +102,7 @@ readonly class RDAPService
|
||||
public static function isToBeWatchClosely(Domain $domain): bool
|
||||
{
|
||||
$status = $domain->getStatus();
|
||||
if (!empty($status) && count(array_intersect($status, self::IMPORTANT_STATUS))) {
|
||||
if ((!empty($status) && count(array_intersect($status, self::IMPORTANT_STATUS))) || $domain->getDeleted()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user