-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream should be checked before tweeting #190
Comments
Would we do that by executing the maybe something like this in the $this->makeSureStreamIsUpToDate(); and its implementation down below protected function makeSureStreamIsUpToDate(): void
{
$this->stream = app(ImportVideoAction::class)->handle(
youTubeId: $this->stream->youtube_id,
languageCode: $this->stream->language_code,
approved: $this->stream->isApproved(),
submittedByEmail: $this->stream->submitted_by_email,
);
} Or do you think it might make sense to introduce another Job |
@christophrumpel It's about the handle() methods in the We could re-use the BTW Thanks for mentioning this issue in your latest stream, it was cool seeing you trying to tackle this 💪 |
Hey, thank YOU for tackling this in the first place :-) Yeah, let's re-use this action for now with the tweet jobs. Once it is done, we still can think of a "cleaner" solution. Let me know if you need help with the implementation or the tests. thx Mathias |
Hey @mathiasonea, did you start working on this? No issue if not, please just let me know. |
@christophrumpel no, unfortunately I didn't have as much time for this as I'd wanted to.. |
No worries, just good to know 👍 |
Today a tweet about an upcoming stream was published. The stream was already changed on Youtube, but still wrong data on Larastreamers.
Let's update a stream before we send a tweet.
The text was updated successfully, but these errors were encountered: