public void resetTweets() {
   tweets.removeAll(tweets);
 }