mirror of
https://github.com/friendica/friendica
synced 2024-11-18 21:03:41 +00:00
Issue 7142: Prevent respawn of "remote self" items
This commit is contained in:
parent
33f5a98fd6
commit
6970fb2862
1 changed files with 0 additions and 1 deletions
|
@ -2647,7 +2647,6 @@ class Item extends BaseObject
|
|||
$datarray['author-link'] = $datarray['owner-link'];
|
||||
$datarray['author-avatar'] = $datarray['owner-avatar'];
|
||||
|
||||
unset($datarray['created']);
|
||||
unset($datarray['edited']);
|
||||
|
||||
unset($datarray['network']);
|
||||
|
|
Loading…
Reference in a new issue