Update ApiV1Controller

pull/4162/head
Daniel Supernault 2 years ago
parent 9f66d6b640
commit 6deb09de28
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -622,7 +622,7 @@ class ApiV1Controller extends Controller
try {
$status = $napi ? StatusService::get($s->id, false) : StatusService::getMastodon($s->id, false);
} catch (\Exception $e) {
$status = false;
return false;
}
if($profile) {

Loading…
Cancel
Save