fix: 默认不推荐

This commit is contained in:
tim
2025-08-18 19:51:57 +08:00
parent 4462d8f711
commit 425ad03e6f
2 changed files with 5 additions and 6 deletions

View File

@@ -67,7 +67,6 @@ public class Post {
@Column
private LocalDateTime pinnedAt;
@Column(nullable = false)
private boolean rssExcluded = false;
@Column(nullable = true)
private boolean rssExcluded = true;
}