Merge pull request #11982 from annando/fix-quote

Quoted posts from Twitter now contain media again
This commit is contained in:
Hypolite Petovan 2022-10-10 21:53:19 -04:00 committed by GitHub
commit ec1da90094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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