mirror of
https://github.com/friendica/friendica
synced 2025-01-03 16:02:19 +00:00
Quoted posts from Twitter now contain media again
This commit is contained in:
parent
0b0567081a
commit
747139d186
1 changed files with 0 additions and 1 deletions
|
@ -657,7 +657,6 @@ class Item
|
||||||
public function createSharedBlockByArray(array $item): string
|
public function createSharedBlockByArray(array $item): string
|
||||||
{
|
{
|
||||||
if (!in_array($item['network'] ?? '', Protocol::FEDERATED)) {
|
if (!in_array($item['network'] ?? '', Protocol::FEDERATED)) {
|
||||||
$item['guid'] = '';
|
|
||||||
$item['uri'] = '';
|
$item['uri'] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue