mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Quoted reshares containing quoted reshares should now look fine
This commit is contained in:
parent
57a207fd8c
commit
664071a0b1
2 changed files with 9 additions and 7 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue