twitter
twitter copied to clipboard
Reply to tweet feature request
I want to be able to reply to a tweet with status update. Very useful with Twitter bots that have a Laravel back-end.
I'm willing to code this.
Hey, sry I missed this issue. So you mean like you provide a status update id (= tweet) and the notification should be a reply to that tweet?
@christophrumpel Exactly. Something like:
public function toTwitter($notifiable)
{
return (new TwitterStatusUpdate('Laravel notifications are awesome!'))
->inReplyTo($this->tweet_id);
}
I like the idea. Did you maybe already check how it could work technically? Would you want to work on a PR on that?
I know how it works. I built a Twitter bot last year that I already abandoned. 😅
Would you want to work on a PR on that?
Sure.