Add native quotes to the upon posting
This commit is contained in:
parent
9f3cbad14f
commit
2de97487f3
9 changed files with 9 additions and 9 deletions
|
@ -130,7 +130,7 @@ function ljpost_send(App $a, array &$b)
|
|||
return;
|
||||
}
|
||||
|
||||
$b['body'] = Post\Media::addAttachmentsToBody($b['uri-id'], $b['body']);
|
||||
$b['body'] = Post\Media::addAttachmentsToBody($b['uri-id'], DI::contentItem()->addSharedPost($b));
|
||||
|
||||
// LiveJournal post in the LJ user's timezone.
|
||||
// Hopefully the person's Friendica account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue