schollz / twittermatic

7 stars 3 forks source link

tweets vs retweets tables & user handler #6

Open sjsafranek opened 9 years ago

sjsafranek commented 9 years ago

tweets vs retweets tables & user handler

schollz commented 9 years ago

I'd rather delete the retweets table and set the tweet type to "rt" to be able to distinguish it. Otherwise we have to create two tables exactly the same. We can use the current method of keeping the user handler of retweets "blank" since I don't want to grab their info.

sjsafranek commented 9 years ago

removed retweet table and database_commands.addRetweet()