From e945869e96bcdb599134cf101b8ba844981f8cb9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 27 Apr 2021 01:05:08 +0000 Subject: [PATCH] Comment change --- twitter/twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 0b85d7ab..a68b5b6a 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -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;