X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Fcollection.ts;h=f897141ea97c5787a681f19a4159d0842fae23df;hb=0d6843decdaecb4f726cba27fdb55fc164d00ba7;hp=43a704aa4f3b0c9b59c139670199e2f22d4c7cc7;hpb=7e98a7df7d04e19ba67163a86c7b876d78d76839;p=github%2FChocobozzz%2FPeerTube.git 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