|
@@ -64,7 +64,9 @@ class CreateNote extends Fractal\TransformerAbstract
|
|
|
'announce' => ['@type' => '@id'],
|
|
|
'like' => ['@type' => '@id'],
|
|
|
'reply' => ['@type' => '@id']
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ 'toot' => 'http://joinmastodon.org/ns#',
|
|
|
+ 'Emoji' => 'toot:Emoji'
|
|
|
]
|
|
|
],
|
|
|
'id' => $status->permalink(),
|