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

fix old display name stylization

Changed files
+2 -2
lib
+2 -2
lib/bskyToucher.php
···
function getFeedInfo(string $atUri): object|bool {
$cache = \requestFeedCache($atUri);
if ($cache) {
-
$uriComponents = $this->splitAtUri($cache->at_uri);
-
$authorInfo = $this->getUserInfo($cache->creator_did, 'did');
if (!$authorInfo) return false;
return (object) [
'title' => $cache->title,
···
function getFeedInfo(string $atUri): object|bool {
$cache = \requestFeedCache($atUri);
if ($cache) {
+
$uriComponents = $this->splitAtUri($cache->atUri);
+
$authorInfo = $this->getUserInfo($cache->creatorDid, 'did');
if (!$authorInfo) return false;
return (object) [
'title' => $cache->title,