]> git.mxchange.org Git - friendica-addons.git/commitdiff
Improve comment
authorMichael <heluecht@pirati.ca>
Mon, 26 Apr 2021 21:11:33 +0000 (21:11 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 26 Apr 2021 21:11:33 +0000 (21:11 +0000)
twitter/twitter.php

index 000891647c2d5f935f82f5ffc916fd1fd54b9e9f..0b85d7ab70de1c74c2dcdc5961982e4ed5e3415c 100644 (file)
@@ -1474,7 +1474,8 @@ function twitter_store_attachments(int $uriid, $post)
                                case 'photo':
                                        $attachment = ['uri-id' => $uriid, 'type' => Post\Media::IMAGE];
 
-                                       // Later store the large picture when we don't add them to the body anymore
+                                       ///  @todo In the future store the large picture.
+                                       // This can be done when we don't embed the pictures in the body anymore.
                                        //$attachment['url'] = $medium->media_url_https . '?name=large';
                                        //$attachment['width'] = $medium->sizes->large->w;
                                        //$attachment['height'] = $medium->sizes->large->h;