From: Michael Date: Fri, 30 Apr 2021 06:11:13 +0000 (+0000) Subject: Added comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3666742e7b1f1c64fb0632d2df799da11c763229;p=friendica.git Added comment --- diff --git a/src/Model/Item.php b/src/Model/Item.php index d842f2284f..9d142facc0 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -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;