mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 08:03:45 +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);
|
Item::insert($quoted);
|
||||||
$post = Post::selectFirst(['guid', 'uri-id'], ['uri' => $quoted['uri'], 'uid' => 0]);
|
$post = Post::selectFirst(['guid', 'uri-id'], ['uri' => $quoted['uri'], 'uid' => 0]);
|
||||||
Logger::info('Stored quoted post', ['uid' => $uid, 'uri-id' => $uriid, 'post' => $post]);
|
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(
|
$postarray['body'] .= "\n" . BBCode::getShareOpeningTag(
|
||||||
$quoted['author-name'],
|
$quoted['author-name'],
|
||||||
|
|
Loading…
Reference in a new issue