From: Michael Date: Mon, 10 Oct 2022 23:18:58 +0000 (+0000) Subject: Quoted posts from Twitter now contain media again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=747139d186b163ab26685406993e57a42bb437b9;p=friendica.git Quoted posts from Twitter now contain media again --- diff --git a/src/Content/Item.php b/src/Content/Item.php index 53ee1462f3..539814655f 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -657,7 +657,6 @@ class Item public function createSharedBlockByArray(array $item): string { if (!in_array($item['network'] ?? '', Protocol::FEDERATED)) { - $item['guid'] = ''; $item['uri'] = ''; }