1
0
Daniel Supernault 2 жил өмнө
parent
commit
6deb09de28

+ 1 - 1
app/Http/Controllers/Api/ApiV1Controller.php

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