2022.09-rc
Michael 2019-07-15 04:36:55 +00:00
rodzic 6170ddf58d
commit 143566b853
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -557,7 +557,7 @@ class Notifier
return false;
}
// Skip DFRN when the will be (forcefully) delivered via AP
// Skip DFRN when the item will be (forcefully) delivered via AP
if (Config::get('debug', 'total_ap_delivery') && ($contact['network'] == Protocol::DFRN) && !empty(APContact::getByURL($contact['url'], false))) {
return true;
}