[bluesky] Fix double dollar sign in bluesky_fetch_notifications

pull/1415/head
Hypolite Petovan 2023-08-22 09:01:12 -04:00
parent b76f143e60
commit c89abdb74c
1 changed files with 7 additions and 7 deletions

View File

@ -917,7 +917,7 @@ function bluesky_fetch_notifications(int $uid)
$data = Item::insert($item);
Logger::debug('Got like', ['uid' => $uid, 'result' => $data, 'uri' => $uri]);
} else {
Logger::info('Thread parent not found', ['uid' => $uid, 'parent' => $$item['thr-parent'], 'uri' => $uri]);
Logger::info('Thread parent not found', ['uid' => $uid, 'parent' => $item['thr-parent'], 'uri' => $uri]);
}
break;