feat: allow closing posts

This commit is contained in:
Tim
2025-08-19 22:18:53 +08:00
parent 38a49f7414
commit 0fa08e2260
8 changed files with 111 additions and 2 deletions

View File

@@ -32,5 +32,6 @@ public class PostSummaryDto {
private PostType type;
private LotteryDto lottery;
private boolean rssExcluded;
private boolean closed;
}