Only attach images
This commit is contained in:
@@ -668,7 +668,7 @@ class Item
|
||||
|
||||
$shared = BBCode::fetchShareAttributes($item['body']);
|
||||
|
||||
$item['body'] = Post\Media::addAttachmentsToBody($item['uri-id'], $item['body']);
|
||||
$item['body'] = Post\Media::addAttachmentsToBody($item['uri-id'], $item['body'], [Post\Media::IMAGE]);
|
||||
|
||||
// If it is a reshared post then reformat it to avoid display problems with two share elements
|
||||
if (Diaspora::isReshare($item['body'], false)) {
|
||||
|
||||
Reference in New Issue
Block a user