From: Michael Date: Mon, 26 Apr 2021 14:12:53 +0000 (+0000) Subject: Removed commented stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97f5910de72102a6b3261f5fea61eb74c6d457af;p=friendica-addons.git Removed commented stuff --- 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'],