Bluesky: Fix warnings
authorMichael <heluecht@pirati.ca>
Sun, 29 Oct 2023 11:39:45 +0000 (11:39 +0000)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 29 Oct 2023 15:11:19 +0000 (16:11 +0100)
bluesky/bluesky.php

index 2d497e8..d5ab6e4 100644 (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);