mirror of https://github.com/Chocobozzz/PeerTube
Fix collection type
parent
543affef08
commit
f82ea670d8
|
@ -18,7 +18,7 @@ async function activityPubCollectionPagination (
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: baseUrl,
|
id: baseUrl,
|
||||||
type: 'OrderedCollectionPage',
|
type: 'OrderedCollection',
|
||||||
totalItems: result.total,
|
totalItems: result.total,
|
||||||
first: result.data.length === 0
|
first: result.data.length === 0
|
||||||
? undefined
|
? undefined
|
||||||
|
|
Loading…
Reference in New Issue