Merge pull request #8902 from annando/fix-notice

Fix wrong variable
This commit is contained in:
Hypolite Petovan
2020-07-19 17:18:53 -04:00
committed by GitHub

View File

@@ -534,7 +534,7 @@ class Notifier
}
if (self::skipActivityPubForDiaspora($contact, $target_item, $thr_parent)) {
Logger::info('Contact is from Diaspora, but the replied author is from ActivityPub, so skip delivery via Diaspora', ['id' => $target_id, 'url' => $rr['url']]);
Logger::info('Contact is from Diaspora, but the replied author is from ActivityPub, so skip delivery via Diaspora', ['id' => $target_id, 'url' => $contact['url']]);
continue;
}