Added splash page
This commit is contained in:
@@ -15,7 +15,7 @@ class UserPolicy
|
||||
}
|
||||
|
||||
|
||||
$isPrivate = $profileUser->resolved_settings['private_profile'] == 'private';
|
||||
$isPrivate = $profileUser->resolved_settings['profile_privacy'] == 'private';
|
||||
|
||||
if (!$isPrivate) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user