Compare commits
1 Commits
9b2fea6fa4
...
auto-prune
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e7d7bf489 |
@@ -4,4 +4,4 @@ using MessagePack;
|
||||
namespace LightlessSync.API.Dto.Group;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays) : GroupDto(Group);
|
||||
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays);
|
||||
Reference in New Issue
Block a user