minego / phnx

A Twitter client for webOS written in Mojo
http://phnxapp.com
35 stars 9 forks source link

Fix retweet from freshly created account #121

Closed dkirker closed 11 years ago

dkirker commented 11 years ago

If you just created an account, the user.retweeted list will be undefined. If it is and you want to retweet, an exception is thrown. Check to see if the list does not exist. If so, create it, then move along.