X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FApi%2FMastodon%2FConversation.php;h=453783235cb06ae541e4dd81f1e8cbb9609c4728;hb=32bb0976046ef9fa2296d0aeb39a01b0b916dc1e;hp=0b0136044f2302145b91e94999b3d98fefc3d3f9;hpb=315dddbcb9232fea105d2da53ad2ba0e143bd7e4;p=friendica.git diff --git a/src/Object/Api/Mastodon/Conversation.php b/src/Object/Api/Mastodon/Conversation.php index 0b0136044f..453783235c 100644 --- a/src/Object/Api/Mastodon/Conversation.php +++ b/src/Object/Api/Mastodon/Conversation.php @@ -1,6 +1,6 @@ id = $id; + $this->id = (string)$id; $this->accounts = $accounts; $this->unread = $unread; $this->last_status = $last_status;