mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
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
|
@ -331,7 +331,7 @@ function tumblr_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));
|
||||
|
||||
$oauth_token = DI::pConfig()->get($b['uid'], "tumblr", "oauth_token");
|
||||
$oauth_token_secret = DI::pConfig()->get($b['uid'], "tumblr", "oauth_token_secret");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue