Added splash page

This commit is contained in:
2026-06-21 18:52:25 +10:00
parent 07e2796e09
commit a39589ee6f
13 changed files with 1030 additions and 29 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class UserPolicy
}
$isPrivate = $profileUser->resolved_settings['private_profile'] == 'private';
$isPrivate = $profileUser->resolved_settings['profile_privacy'] == 'private';
if (!$isPrivate) {
return true;