]> git.mxchange.org Git - friendica.git/commitdiff
Quoted posts from Twitter now contain media again
authorMichael <heluecht@pirati.ca>
Mon, 10 Oct 2022 23:18:58 +0000 (23:18 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 10 Oct 2022 23:18:58 +0000 (23:18 +0000)
src/Content/Item.php

index 53ee1462f395622d8c8758c541303227018e26ad..539814655f4a5129f5759b4e967be6fe33c5849f 100644 (file)
@@ -657,7 +657,6 @@ class Item
        public function createSharedBlockByArray(array $item): string
        {
                if (!in_array($item['network'] ?? '', Protocol::FEDERATED)) {
-                       $item['guid'] = '';
                        $item['uri']  = '';
                }