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

@ -12,6 +12,7 @@ use Friendica\Content\Text\BBCode;
use Friendica\Core\Hook;
use Friendica\Core\Logger;
use Friendica\DI;
use Friendica\Model\Post;
use Friendica\Model\Tag;
use Friendica\Util\DateTimeFormat;
use Friendica\Util\XML;
@ -153,6 +154,8 @@ function ljpost_send(&$a,&$b) {
if($b['parent'] != $b['id'])
return;
$b['body'] = Post\Media::addAttachmentsToBody($b['uri-id'], $b['body']);
// LiveJournal post in the LJ user's timezone.
// Hopefully the person's Friendica account
// will be set to the same thing.