Quoted reshares containing quoted reshares should now look fine

This commit is contained in:
Michael 2022-11-08 00:21:42 +00:00 committed by Hypolite Petovan
parent 57a207fd8c
commit 664071a0b1
2 changed files with 9 additions and 7 deletions

View file

@ -2962,7 +2962,7 @@ class Item
$body = $item['body'] ?? '';
$fields = ['uri-id', 'uri', 'body', 'title', 'author-name', 'author-link', 'author-avatar', 'guid', 'created', 'plink', 'network', 'has-media'];
$fields = ['uri-id', 'uri', 'body', 'title', 'author-name', 'author-link', 'author-avatar', 'guid', 'created', 'plink', 'network', 'has-media', 'quote-uri-id'];
$shared_uri_id = 0;
$shared_links = [];