From bd941d3a3c4a68fdd0d000558f5711a613b0bf9b Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 27 Oct 2023 01:15:15 +0300 Subject: [PATCH] show queen images in profiles --- files/templates/userpage/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 76520d68e..e008b1ea9 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -6,7 +6,7 @@ {% endif %} {% set ns = namespace() %} -{% set pfp = u.highres if (u.highres and can_see(v, u)) else u.profile_url %} +{% set pfp = u.highres if (u.highres and can_see(v, u) and u.profileurl == u.profile_url) else u.profile_url %} {% block desktopUserBanner %}