API: Some more apps are now supported
This commit is contained in:
parent
328788abe9
commit
945f482ba3
5 changed files with 18 additions and 9 deletions
|
|
@ -46,7 +46,7 @@ class Conversation extends BaseDataTransferObject
|
|||
|
||||
public function __construct(string $id, array $accounts, bool $unread, \Friendica\Object\Api\Mastodon\Status $last_status)
|
||||
{
|
||||
$this->id = $id;
|
||||
$this->id = (string)$id;
|
||||
$this->accounts = $accounts;
|
||||
$this->unread = $unread;
|
||||
$this->last_status = $last_status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue