Merge remote-tracking branch 'origin/fix-images' into syncshells-images-combined
This commit is contained in:
@@ -803,8 +803,8 @@ public partial class LightlessHub
|
|||||||
.FirstOrDefaultAsync(g => g.GroupGID == dto.Group.GID, cancellationToken)
|
.FirstOrDefaultAsync(g => g.GroupGID == dto.Group.GID, cancellationToken)
|
||||||
.ConfigureAwait(false);
|
.ConfigureAwait(false);
|
||||||
|
|
||||||
ImageCheckService.ImageLoadResult profileResult = null;
|
ImageCheckService.ImageLoadResult profileResult = new();
|
||||||
ImageCheckService.ImageLoadResult bannerResult = null;
|
ImageCheckService.ImageLoadResult bannerResult = new();
|
||||||
|
|
||||||
//Avatar image validation
|
//Avatar image validation
|
||||||
if (!string.IsNullOrEmpty(dto.PictureBase64))
|
if (!string.IsNullOrEmpty(dto.PictureBase64))
|
||||||
|
|||||||
Reference in New Issue
Block a user