We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e4187 commit 7ec3a8bCopy full SHA for 7ec3a8b
src/TwitterChannel.php
@@ -87,7 +87,6 @@ private function addVideosIfGiven(TwitterMessage $twitterMessage): object
87
$this->twitter->setTimeouts(10, 15);
88
89
$twitterMessage->videoIds = collect($twitterMessage->getVideos())->map(function (TwitterVideo $video) {
90
-
91
$media = $this->twitter->upload('media/upload', [
92
'media' => $video->getPath(),
93
'media_category' => 'tweet_video',
0 commit comments