Add native quotes to the upon posting

This commit is contained in:
Michael 2022-10-29 22:14:12 +00:00 committed by Hypolite Petovan
parent 9f3cbad14f
commit 2de97487f3
9 changed files with 9 additions and 9 deletions

View file

@ -157,7 +157,7 @@ function libertree_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));
$ltree_api_token = DI::pConfig()->get($b['uid'],'libertree','libertree_api_token');
$ltree_url = DI::pConfig()->get($b['uid'],'libertree','libertree_url');