Fixing variables

This commit is contained in:
Michael 2021-07-29 14:58:04 +00:00
parent 20e69c1e71
commit a1828430e5
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ class ScheduledStatus extends BaseDataTransferObject
{
$visibility = ['public', 'private', 'unlisted'];
$this->id = (string)$delayed_post['uri-id'];
$this->id = (string)$delayed_post['id'];
$this->scheduled_at = DateTimeFormat::utc($delayed_post['scheduled_at'], DateTimeFormat::JSON);
$this->params = [