From 286aa4770f425c7bdf9bbafa650b26d7e5d6e984 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 26 Apr 2021 21:11:33 +0000 Subject: [PATCH] Improve comment --- twitter/twitter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 00089164..0b85d7ab 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -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;