aboutsummaryrefslogtreecommitdiff
path: root/src/tw/mod.rs
AgeCommit message (Collapse)Author
2017-10-21begin conversion to typed TwitterIDiximeow
2017-10-18lots of tiny tweaksiximeow
escape more stuff avoid possible breakage if we dont have the fav of a retweet
2017-10-17add rudimentary thread supportiximeow
2017-10-17check followers on startup tooiximeow
2017-10-17render quoted tweetsiximeow
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-16fix use of extended tweet mode after twitter api changesiximeow
extended mode now puts text in full_text, not in extended_tweet, an inner object
2017-10-02move everything to src/iximeow