mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 19:03:47 +00:00
Removed commented stuff
This commit is contained in:
parent
e8d30a5c69
commit
97f5910de7
1 changed files with 0 additions and 3 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue