mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 17:26:05 +02:00
Explicityly wrap objects with Create activity
This commit is contained in:
4
src/remote/activitypub/renderer/create.ts
Normal file
4
src/remote/activitypub/renderer/create.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default object => ({
|
||||
type: 'Create',
|
||||
object
|
||||
});
|
||||
Reference in New Issue
Block a user