From 747139d186b163ab26685406993e57a42bb437b9 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 10 Oct 2022 23:18:58 +0000 Subject: [PATCH] Quoted posts from Twitter now contain media again --- src/Content/Item.php | 1 - 1 file changed, 1 deletion(-) 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'] = ''; }