Update ApiV1Controller

This commit is contained in:
Daniel Supernault 2023-02-07 22:40:06 -07:00
parent 9f66d6b640
commit 6deb09de28
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {