mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:10:10 +00:00
Fix missing attached links in posts
This commit is contained in:
parent
11527761d7
commit
b761760d65
10 changed files with 80 additions and 0 deletions
|
@ -116,6 +116,7 @@ class Edit extends BaseModule
|
|||
}
|
||||
|
||||
$item['body'] = Post\Media::addAttachmentsToBody($item['uri-id'], $item['body']);
|
||||
$item = Post\Media::addHTMLAttachmentToItem($item);
|
||||
|
||||
$jotplugins = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue