This commit is contained in:
Grimstack 2022-04-20 21:22:02 +02:00 committed by GitHub
parent 388e6b1be4
commit cf70522a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
$response = $mastodon->uploadMedia($body);
$file_id = $response->id;
$file_id = $response['id'];
$statusText = 'This is a status';