mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-04 04:54:40 +00:00
feat: expose rss feed endpoint
This commit is contained in:
@@ -67,4 +67,7 @@ public class Post {
|
||||
@Column
|
||||
private LocalDateTime pinnedAt;
|
||||
|
||||
@Column(nullable = false)
|
||||
private boolean rssExcluded = false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user