From 97f5910de72102a6b3261f5fea61eb74c6d457af Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 26 Apr 2021 14:12:53 +0000 Subject: [PATCH] Removed commented stuff --- twitter/twitter.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 41ca1d0b..00089164 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -1801,9 +1801,6 @@ function twitter_createpost(App $a, $uid, $post, array $self, $create_user, $onl Item::insert($quoted); $post = Post::selectFirst(['guid', 'uri-id'], ['uri' => $quoted['uri'], 'uid' => 0]); Logger::info('Stored quoted post', ['uid' => $uid, 'uri-id' => $uriid, 'post' => $post]); - //if (!empty($post['uri-id'])) { - // Post\Media::copy($uriid, $post['uri-id']); - //} $postarray['body'] .= "\n" . BBCode::getShareOpeningTag( $quoted['author-name'],