Improved cards handling, simplified Bearer handling
This commit is contained in:
@@ -134,7 +134,7 @@ class Status extends BaseDataTransferObject
|
||||
$this->mentions = $mentions;
|
||||
$this->tags = $tags;
|
||||
$this->emojis = [];
|
||||
//$this->card = $card;
|
||||
$this->card = $card->toArray() ?: null;
|
||||
$this->poll = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user