mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:10:11 +00:00
Editing/removing of attached pictures is now possible via web
This commit is contained in:
parent
a40ecb3902
commit
5f6503a73f
6 changed files with 82 additions and 28 deletions
|
@ -115,6 +115,8 @@ class Edit extends BaseModule
|
|||
$lockstate = 'unlock';
|
||||
}
|
||||
|
||||
$item['body'] = Post\Media::addAttachmentsToBody($item['uri-id'], $item['body']);
|
||||
|
||||
$jotplugins = '';
|
||||
|
||||
Hook::callAll('jot_tool', $jotplugins);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue