Added default values for nsfw and disabled on set profile for groups
This commit is contained in:
@@ -812,6 +812,8 @@ public partial class LightlessHub
|
||||
Description = dto.Description,
|
||||
Tags = dto.Tags,
|
||||
Base64GroupProfileImage = dto.PictureBase64,
|
||||
IsNSFW = false,
|
||||
ProfileDisabled = false,
|
||||
};
|
||||
|
||||
await DbContext.GroupProfiles.AddAsync(groupProfile,
|
||||
|
||||
Reference in New Issue
Block a user