diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 76520d68ea..e008b1ea99 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 %}