From f82ea670d83dd7a02843b5ccc36ab1ce180a8d44 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 9 May 2022 09:51:11 +0200 Subject: Fix collection type --- server/lib/activitypub/collection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') 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 -- cgit v1.2.3