1
0
Эх сурвалжийг харах

Fix typo in ApiV1Controller

Daniel Supernault 3 жил өмнө
parent
commit
350585d316

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

@@ -141,7 +141,7 @@ class ApiV1Controller extends Controller
 		abort_if(!$user, 403);
 		abort_if($user->status != null, 403);
 
-		$res = AccountService::getMastodon($id);
+		$res = AccountService::getMastodon($user->profile_id);
 
 		$res['source'] = [
 			'privacy' => $res['locked'] ? 'private' : 'public',