Missing word
This commit is contained in:
parent
6170ddf58d
commit
143566b853
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue