mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-22 13:21:06 -05:00
Separate unprompted tracking from mention includes
This commit is contained in:
@@ -17,7 +17,7 @@ class TestBot < Ebooks::Bot
|
||||
end
|
||||
|
||||
def on_mention(tweet, meta)
|
||||
reply tweet, "echo: #{meta[:mentionless]}"
|
||||
reply tweet, "echo: #{meta.mentionless}"
|
||||
end
|
||||
|
||||
def on_timeline(tweet, meta)
|
||||
|
||||
Reference in New Issue
Block a user