mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 12:59:15 -06:00
Fix collection type
This commit is contained in:
parent
543affef08
commit
f82ea670d8
@ -18,7 +18,7 @@ async function activityPubCollectionPagination (
|
||||
|
||||
return {
|
||||
id: baseUrl,
|
||||
type: 'OrderedCollectionPage',
|
||||
type: 'OrderedCollection',
|
||||
totalItems: result.total,
|
||||
first: result.data.length === 0
|
||||
? undefined
|
||||
|
Loading…
Reference in New Issue
Block a user