Compare commits
2 Commits
group-dto-
...
01688b27bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01688b27bc | ||
| 418e647ef8 |
@@ -2,5 +2,5 @@
|
||||
|
||||
namespace LightlessSync.API.Dto.Group
|
||||
{
|
||||
public record GroupProfileDto(GroupData Group, string? Description, string? Tags, string? PictureBase64, bool? IsNsfw, bool? IsDisabled) : GroupDto(Group);
|
||||
public record GroupProfileDto(GroupData Group, string? Description, int[]? Tags, string? PictureBase64, bool? IsNsfw, bool? IsDisabled) : GroupDto(Group);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user