friendship ended with social-app. php is my new best friend

what the heckie is going on here

Changed files
+1
lib
+1
lib/bskyToucher.php
···
$uriComponents = $this->splitAtUri($cache->at_uri);
$authorInfo = $this->getUserInfo($cache->creator_did, 'did');
if (!$authorInfo) return false;
+
print_r($authorInfo);
return (object) [
'title' => $cache->title,
'url' => '/f/'.$cache->creator_did.'/'.$uriComponents->rkey,