Merge pull request #46 from Stawberri/fix_reply_options

Fix reply options
This commit is contained in:
Jaiden Mispy 2014-12-08 22:27:54 +10:00
commit 6f1cd0b795

View file

@ -379,7 +379,7 @@ module Ebooks
end
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)
tweet
else