pull/10182/head
Michael 2021-04-30 06:11:13 +00:00
rodzic 75a90f5e5d
commit 3666742e7b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -2743,6 +2743,7 @@ class Item
$leading = '';
$trailing = '';
// @todo In the future we should make a single for the template engine with all media in it. This allows more flexibilty.
foreach ($attachments['visual'] as $attachment) {
if (self::containsLink($item['body'], $attachment['url'])) {
continue;