Explicityly wrap objects with Create activity
This commit is contained in:
parent
cc3704c3e9
commit
6503beecc5
2 changed files with 9 additions and 3 deletions
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
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue