1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 02:12:40 +01:00
This commit is contained in:
Madeline 2023-08-14 20:34:15 +10:00
parent 394635b0fe
commit 17e556a4f7
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -18,7 +18,7 @@ export const makeOrderedCollection = async <T extends ActivityPubable>(
"@context": "https://www.w3.org/ns/activitystreams",
id: id,
type: "OrderedCollection",
first: `${id}page=true`,
first: `${id}?page=true`,
last: `${id}?page=true&min_id=0`,
};