mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
Fix
This commit is contained in:
@@ -302,10 +302,6 @@ module Ebooks
|
|||||||
return if ev.source.id == @user.id
|
return if ev.source.id == @user.id
|
||||||
log "Followed by #{ev.source.screen_name}"
|
log "Followed by #{ev.source.screen_name}"
|
||||||
fire(:follow, ev.source)
|
fire(:follow, ev.source)
|
||||||
when :favorite, :unfavorite
|
|
||||||
return if ev.source.id == @user.id # Ignore our own favorites
|
|
||||||
log "@#{ev.source.screen_name} #{ev.name.to_s}d: #{ev.target_object.text}"
|
|
||||||
fire(ev.name, ev.source, ev.target_object)
|
|
||||||
when :user_update
|
when :user_update
|
||||||
update_myself ev.source
|
update_myself ev.source
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user