mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-17 12:30:59 +08:00
fix: 默认不推荐
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user