🐛 Fix get subscribed feed

This commit is contained in:
2025-08-24 17:37:30 +08:00
parent f8c35c0350
commit 75a975049c
2 changed files with 2 additions and 3 deletions

View File

@@ -123,6 +123,7 @@ public class WebFeedPublicController(
var totalCount = await query.CountAsync();
var subscriptions = await query
.Select(q => q.Feed)
.Skip(offset)
.Take(take)
.ToListAsync();