samettonyali / twimight

Automatically exported from code.google.com/p/twimight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicated Tweets

GoogleCodeExporter opened this issue · comments

In TweetsContentProvider.java  insertNormalTweet()

There will be a duplication check of tweets (whatever normal or disaster) 
simply by checking the hashcode of the tweet text.

It is definitely possible that people post duplicate tweets.
Thus, I would suggest not checking duplicate tweets (at least for normal mode).

Original issue reported on code.google.com by korolev...@gmail.com on 28 Jun 2013 at 3:33