When posting to Mastodon send the original markdown

This commit is contained in:
Jonny Barnes 2022-11-06 10:16:18 +00:00
parent 206586462d
commit 6f6abae258
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 31 additions and 1 deletions

View file

@ -54,7 +54,7 @@ class SyndicateNoteToMastodon implements ShouldQueue
'json' => [
'type' => ['h-entry'],
'properties' => [
'content' => [$this->note->note],
'content' => [$this->note->getRawOriginal('note')],
],
],
]