Done same for user

This commit is contained in:
cake
2025-12-22 21:20:32 +01:00
parent 8515364ffd
commit d1526fa49e

View File

@@ -1171,12 +1171,6 @@ public partial class LightlessHub
return;
}
if (profileData.ProfileDisabled)
{
await Clients.Caller.Client_ReceiveServerMessage(MessageSeverity.Error, "Your profile was permanently disabled and cannot be edited").ConfigureAwait(false);
return;
}
profileData.UpdateProfileFromDto(dto, profileResult.Base64Image, bannerResult.Base64Image);
}
else