feat: expose rss feed endpoint

This commit is contained in:
Tim
2025-08-18 19:15:12 +08:00
parent c84262eb88
commit 6b500466fc
10 changed files with 153 additions and 1 deletions

View File

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