Merge pull request #4162 from pixelfed/staging

Update ApiV1Controller
pull/4171/head
daniel 2 years ago committed by GitHub
commit 063502f49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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