mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 02:12:40 +01:00
ME WHEN
This commit is contained in:
parent
394635b0fe
commit
17e556a4f7
@ -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`,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user