]> git.mxchange.org Git - friendica-addons.git/commitdiff
Comment change
authorMichael <heluecht@pirati.ca>
Tue, 27 Apr 2021 01:05:08 +0000 (01:05 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 27 Apr 2021 01:05:08 +0000 (01:05 +0000)
twitter/twitter.php

index 0b85d7ab70de1c74c2dcdc5961982e4ed5e3415c..a68b5b6a98d18b279dda8e97eda6dda0b8b425e6 100644 (file)
@@ -1474,7 +1474,7 @@ function twitter_store_attachments(int $uriid, $post)
                                case 'photo':
                                        $attachment = ['uri-id' => $uriid, 'type' => Post\Media::IMAGE];
 
-                                       // @todo In the future store the large picture.
+                                       // @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;