Separate unprompted tracking from mention includes
This commit is contained in:
parent
1a40ef85f9
commit
401586471b
3 changed files with 89 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue