visual indication on favorites/retweets
twitter's web client visually marks a tweet in your timeline if you flag it as a "favorite" or you native RT it. I think this is very helpful and would like to see it in Spaz. Also, a visual indicator on a tweet that I've replied to would be very cool. :)
Support Staff 2 Posted by Ed Finkler on 20 Jan, 2011 04:24 PM
agreed. RTs are a little tougher to keep persistent because that state
doesn't come with the status object (unlike the "favorited" state). we
can store locally, but catching RTs made from other clients would mean
periodically polling the server for another API method on top of the
calls we already make. Not super excited about that.