Fix wrong variable

This commit is contained in:
Michael 2020-07-19 16:45:21 +00:00
parent 31d2a74b0b
commit a1bbe36dd0
1 changed files with 1 additions and 1 deletions

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;
}