Merge pull request #4934 from annando/distribute-precaution
Item distribution: Better don't store these values
This commit is contained in:
commit
33a551235e
|
@ -862,6 +862,14 @@ class Item extends BaseObject
|
|||
}
|
||||
|
||||
unset($item['id']);
|
||||
unset($item['parent']);
|
||||
unset($item['mention']);
|
||||
unset($item['wall']);
|
||||
unset($item['origin']);
|
||||
unset($item['global']);
|
||||
unset($item['starred']);
|
||||
unset($item['rendered-hash']);
|
||||
unset($item['rendered-html']);
|
||||
|
||||
$users = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue