mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ApiV1Controller
This commit is contained in:
parent
9f66d6b640
commit
6deb09de28
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue