Merge remote-tracking branch 'origin/fix-images' into syncshells-images-combined

This commit is contained in:
defnotken
2025-10-26 12:31:34 -05:00

View File

@@ -803,8 +803,8 @@ public partial class LightlessHub
.FirstOrDefaultAsync(g => g.GroupGID == dto.Group.GID, cancellationToken)
.ConfigureAwait(false);
ImageCheckService.ImageLoadResult profileResult = null;
ImageCheckService.ImageLoadResult bannerResult = null;
ImageCheckService.ImageLoadResult profileResult = new();
ImageCheckService.ImageLoadResult bannerResult = new();
//Avatar image validation
if (!string.IsNullOrEmpty(dto.PictureBase64))