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

fix display name thing'

Changed files
+4 -1
lib
+4 -1
lib/bskyToucher.php
···
function getUserInfo(string $identifier, string $type = 'handle'): object|bool {
$cache = \requestUserCache($identifier, $type);
-
if ($cache) return $cache;
+
if ($cache) {
+
$cache->displayName = $cache->display_name;
+
return $cache;
+
}
$id = $identifier;
$did = null;
$id = null;