]> git.mxchange.org Git - friendica-addons.git/commitdiff
Removed commented stuff
authorMichael <heluecht@pirati.ca>
Mon, 26 Apr 2021 14:12:53 +0000 (14:12 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 26 Apr 2021 14:12:53 +0000 (14:12 +0000)
twitter/twitter.php

index 41ca1d0b12d22e5d30e523bf6fd1afac14c1d121..000891647c2d5f935f82f5ffc916fd1fd54b9e9f 100644 (file)
@@ -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'],