mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 04:23:35 +00: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