mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ProfileController
This commit is contained in:
parent
109704f870
commit
062ce4bac0
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ class ProfileController extends Controller
|
|||
$username = $user->username;
|
||||
$loggedIn = Auth::check();
|
||||
$isPrivate = false;
|
||||
$isBlocked = false;
|
||||
|
||||
if ($user->remote_url) {
|
||||
$settings = new \StdClass;
|
||||
|
|
Loading…
Reference in a new issue