react-tweet
should better private tweets now:
- When a private tweet is found using
getTweet
it will log to console and return `undefined``. fetchTweet
was added and it returns the tweet alongside some metadata of the tweet that can be used for caching tweets.