mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 17:35:40 +02:00
Refactor
This commit is contained in:
6
src/remote/activitypub/renderer/ordered-collection.ts
Normal file
6
src/remote/activitypub/renderer/ordered-collection.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default (id, totalItems, orderedItems) => ({
|
||||
id,
|
||||
type: 'OrderedCollection',
|
||||
totalItems,
|
||||
orderedItems
|
||||
});
|
||||
Reference in New Issue
Block a user