When posting to Mastodon send the original markdown
This commit is contained in:
parent
206586462d
commit
6f6abae258
2 changed files with 31 additions and 1 deletions
|
@ -54,7 +54,7 @@ class SyndicateNoteToMastodon implements ShouldQueue
|
|||
'json' => [
|
||||
'type' => ['h-entry'],
|
||||
'properties' => [
|
||||
'content' => [$this->note->note],
|
||||
'content' => [$this->note->getRawOriginal('note')],
|
||||
],
|
||||
],
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue