pull/7789/head
Michael 2019-10-30 09:44:07 +00:00
rodzic ad4485f4ee
commit 422f0cbdbc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -503,7 +503,7 @@ class Notifier
}
if (self::skipDFRN($contact, $target_item, $parent, $thr_parent, $cmd)) {
Logger::info('Contact can be delivered via AP, so skip delivery via legacy DFRN/Diaspora', ['target' => $target_id, 'url' => contact['url']]);
Logger::info('Contact can be delivered via AP, so skip delivery via legacy DFRN/Diaspora', ['target' => $target_id, 'url' => $contact['url']]);
continue;
}