Login prototype
This commit is contained in:
@@ -126,7 +126,7 @@ class Status extends BaseDataTransferObject
|
||||
$this->muted = $userAttributes->muted;
|
||||
$this->bookmarked = $userAttributes->bookmarked;
|
||||
$this->pinned = $userAttributes->pinned;
|
||||
$this->content = BBCode::convert($item['raw-body'] ?? $item['body'], false);
|
||||
$this->content = BBCode::convert($item['raw-body'] ?? $item['body'], false, BBCode::API);
|
||||
$this->reblog = $reblog;
|
||||
$this->application = $application->toArray();
|
||||
$this->account = $account->toArray();
|
||||
@@ -134,7 +134,7 @@ class Status extends BaseDataTransferObject
|
||||
$this->mentions = $mentions;
|
||||
$this->tags = $tags;
|
||||
$this->emojis = [];
|
||||
$this->card = $card->toArray();
|
||||
//$this->card = $card;
|
||||
$this->poll = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user