mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Merge pull request #11982 from annando/fix-quote
Quoted posts from Twitter now contain media again
This commit is contained in:
commit
ec1da90094
1 changed files with 0 additions and 1 deletions
|
@ -657,7 +657,6 @@ class Item
|
|||
public function createSharedBlockByArray(array $item): string
|
||||
{
|
||||
if (!in_array($item['network'] ?? '', Protocol::FEDERATED)) {
|
||||
$item['guid'] = '';
|
||||
$item['uri'] = '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue