Compare commits
2 Commits
lightfinde
...
75469f6d5c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75469f6d5c | ||
| 44fbe10458 |
@@ -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