API: Fix display of reshares / return value of activities
This commit is contained in:
@@ -118,7 +118,7 @@ class Status extends BaseDataTransferObject
|
||||
$this->friendica_title = $item['title'];
|
||||
$this->statusnet_html = $statusnetHtml;
|
||||
$this->friendica_html = $friendicaHtml;
|
||||
$this->user = $author->toArray();
|
||||
$this->user = $owner->toArray();
|
||||
$this->friendica_author = $author->toArray();
|
||||
$this->friendica_owner = $owner->toArray();
|
||||
$this->truncated = false;
|
||||
|
||||
Reference in New Issue
Block a user