Twitter: Attachments are stripped from the body / Posting connectors: Add attachments to the body

This commit is contained in:
Michael 2021-05-01 08:59:14 +00:00
parent f0d88c6370
commit 85554bb6fd
9 changed files with 56 additions and 79 deletions

View file

@ -481,6 +481,8 @@ function statusnet_post_hook(App $a, &$b)
return;
}
$b['body'] = Post\Media::addAttachmentsToBody($b['uri-id'], $b['body']);
$api = DI::pConfig()->get($b["uid"], 'statusnet', 'baseapi');
$hostname = preg_replace("=https?://([\w\.]*)/.*=ism", "$1", $api);