Missing word
This commit is contained in:
parent
6170ddf58d
commit
143566b853
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ class Notifier
|
||||||
return false;
|
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))) {
|
if (Config::get('debug', 'total_ap_delivery') && ($contact['network'] == Protocol::DFRN) && !empty(APContact::getByURL($contact['url'], false))) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue