mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 21:11:26 +00:00
commit
063502f49e
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ class ApiV1Controller extends Controller
|
||||||
try {
|
try {
|
||||||
$status = $napi ? StatusService::get($s->id, false) : StatusService::getMastodon($s->id, false);
|
$status = $napi ? StatusService::get($s->id, false) : StatusService::getMastodon($s->id, false);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$status = false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($profile) {
|
if($profile) {
|
||||||
|
|
Loading…
Reference in a new issue