This commit is contained in:
thewesker
2016-06-28 03:40:38 -04:00
committed by GitHub
parent 0733453a6f
commit 4c24fa10fd

View File

@@ -302,10 +302,6 @@ module Ebooks
return if ev.source.id == @user.id
log "Followed by #{ev.source.screen_name}"
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
update_myself ev.source
end