aboutsummaryrefslogtreecommitdiff
path: root/src/display/mod.rs
AgeCommit message (Collapse)Author
2017-10-18lots of tiny tweaksAndy Wortman
escape more stuff avoid possible breakage if we dont have the fav of a retweet
2017-10-17add rudimentary thread supportAndy Wortman
2017-10-17render quoted tweetsAndy Wortman
double-post bug if you are the author of the quoting tweet because you see the event AND your tweet in your feed
2017-10-02store and show reply_to info if presentAndy Wortman
2017-10-02move everything to src/Andy Wortman