diff options
-rw-r--r-- | server/lib/activitypub/collection.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( | |||
18 | 18 | ||
19 | return { | 19 | return { |
20 | id: baseUrl, | 20 | id: baseUrl, |
21 | type: 'OrderedCollectionPage', | 21 | type: 'OrderedCollection', |
22 | totalItems: result.total, | 22 | totalItems: result.total, |
23 | first: result.data.length === 0 | 23 | first: result.data.length === 0 |
24 | ? undefined | 24 | ? undefined |