forked from mirror/misskey
Update activitypub.ts
This commit is contained in:
parent
b93046c071
commit
70bb9a4d1f
@ -107,7 +107,7 @@ function createRandomPagedOutbox(actor: NonTransientIActor): IOrderedCollection
|
||||
id: actor.outbox as string,
|
||||
totalItems: 10,
|
||||
first: `${actor.outbox}?first`,
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
describe('ActivityPub', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user