Bluesky: Fix warnings

pull/1433/head
Michael 2023-10-29 11:39:45 +00:00 committed by Hypolite Petovan
parent 9c53c0c8d1
commit 77765ff6ed
1 changed files with 1 additions and 1 deletions

View File

@ -1307,7 +1307,7 @@ function bluesky_fetch_missing_post(string $uri, int $uid, int $causer, int $lev
return $fallback;
}
Logger::debug('Reply count', ['replies' => $data->thread->post->replyCount, 'level' => $level, 'uid' => $uid, 'uri' => $uri]);
Logger::debug('Reply count', ['level' => $level, 'uid' => $uid, 'uri' => $uri]);
if ($causer != 0) {
$cdata = Contact::getPublicAndUserContactID($causer, $uid);