diff --git a/server/lib/activitypub/collection.ts b/server/lib/activitypub/collection.ts index 43a704aa4..f897141ea 100644 --- a/server/lib/activitypub/collection.ts +++ b/server/lib/activitypub/collection.ts @@ -18,7 +18,7 @@ async function activityPubCollectionPagination ( return { id: baseUrl, - type: 'OrderedCollectionPage', + type: 'OrderedCollection', totalItems: result.total, first: result.data.length === 0 ? undefined