🐛 Fix outbox issue in activitypub
This commit is contained in:
@@ -142,7 +142,6 @@ public class ActivityPubController(
|
|||||||
var outboxUrl = $"{actorUrl}/outbox";
|
var outboxUrl = $"{actorUrl}/outbox";
|
||||||
|
|
||||||
var postsQuery = db.Posts
|
var postsQuery = db.Posts
|
||||||
.Include(p => p.Attachments)
|
|
||||||
.Where(p => p.PublisherId == publisher.Id && p.Visibility == PostVisibility.Public);
|
.Where(p => p.PublisherId == publisher.Id && p.Visibility == PostVisibility.Public);
|
||||||
|
|
||||||
var totalItems = await postsQuery.CountAsync();
|
var totalItems = await postsQuery.CountAsync();
|
||||||
|
|||||||
Reference in New Issue
Block a user