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