Log message
Now shows a log message when user information is updated
This commit is contained in:
parent
499056e2e3
commit
13e12922da
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue