Merge pull request #46 from Stawberri/fix_reply_options
Fix reply options
This commit is contained in:
commit
6f1cd0b795
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ module Ebooks
|
||||||
end
|
end
|
||||||
|
|
||||||
log "Replying to @#{ev.user.screen_name} with: #{meta.reply_prefix + text}"
|
log "Replying to @#{ev.user.screen_name} with: #{meta.reply_prefix + text}"
|
||||||
tweet = twitter.update(meta.reply_prefix + text, in_reply_to_status_id: ev.id)
|
tweet = twitter.update(meta.reply_prefix + text, opts.merge({in_reply_to_status_id: ev.id}))
|
||||||
conversation(tweet).add(tweet)
|
conversation(tweet).add(tweet)
|
||||||
tweet
|
tweet
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue