Change to Group-Dto-Changes
Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
namespace LightlessSync.API.Dto.Group
|
||||
{
|
||||
public record GroupProfileDto(GroupData Group, string? Description, string? Tags, string? PictureBase64) : GroupDto(Group);
|
||||
public record GroupProfileDto(GroupData Group, string? Description, string? Tags, string? PictureBase64, bool? IsNsfw, bool? IsDisabled) : GroupDto(Group);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user