Update AccountTransformer.php

pull/5670/head
Daniel Supernault 2025-02-03 16:50:50 -07:00
rodzic 92ce41ce18
commit edac836550
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 23740873EE6F76A1
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -75,13 +75,6 @@ class AccountTransformer extends Fractal\TransformerAbstract
'location' => $profile->location,
];
if ($profile->moved_to_profile_id) {
$mt = AccountService::getMastodon($profile->moved_to_profile_id, true);
if ($mt) {
$res['moved'] = $mt;
}
}
return $res;
}