]> git.mxchange.org Git - friendica.git/commitdiff
Added comment
authorMichael <heluecht@pirati.ca>
Fri, 30 Apr 2021 06:11:13 +0000 (06:11 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 30 Apr 2021 06:11:13 +0000 (06:11 +0000)
src/Model/Item.php

index d842f2284f3c575746159d6f96dcb090b94eb2b8..9d142facc00643cc944e38b377e9ba0f456d6479 100644 (file)
@@ -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;