mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-23 22:01:09 -05:00
Log message
Now shows a log message when user information is updated
This commit is contained in:
@@ -308,6 +308,7 @@ module Ebooks
|
||||
def update_myself(new_me = twitter.user)
|
||||
@user = new_me if @user.nil? || new_me.id == @user.id
|
||||
@username = user.screen_name
|
||||
log 'User information updated'
|
||||
fire(:user_update)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user