mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
Functions renamed
This commit is contained in:
parent
e548d647aa
commit
5ac73a847d
3 changed files with 7 additions and 7 deletions
|
@ -1818,7 +1818,7 @@ class Item
|
|||
}
|
||||
|
||||
// Remove all media attachments from the body and store them in the post-media table
|
||||
$item['raw-body'] = Post\Media::addAttachmentsFromBody($item['uri-id'], $item['raw-body']);
|
||||
$item['raw-body'] = Post\Media::insertFromBody($item['uri-id'], $item['raw-body']);
|
||||
$item['raw-body'] = self::setHashtags($item['raw-body']);
|
||||
|
||||
// Check for hashtags in the body and repair or add hashtag links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue