1
0
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:
Akihiko Odaki
2018-04-03 12:25:13 +09:00
parent cc3704c3e9
commit 6503beecc5
2 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
export default object => ({
type: 'Create',
object
});