Tumblr: Transmit multiple photos #1361

Merged
MrPetovan merged 2 commits from heluecht/friendica-addons:tumblr-photos into develop 2023-03-09 22:02:23 +01:00
Showing only changes of commit 888dec1593 - Show all commits

View file

@ -359,6 +359,7 @@ function tumblr_send(array &$b)
];
$body = BBCode::removeShareInformation($b['body']);
$body = Post\Media::removeFromEndOfBody($body);
if ($photo !== false) {
$params['type'] = 'photo';