diff --git a/src/api.ts b/src/api.ts index 39292dc..8090ff5 100644 --- a/src/api.ts +++ b/src/api.ts @@ -49,6 +49,7 @@ const populateTweetProperties = async ( const name = user?.name || ''; apiTweet.url = `${Constants.TWITTER_ROOT}/${screenName}/status/${tweet.id_str}`; + apiTweet.id = tweet.id_str; apiTweet.text = linkFixer(tweet, tweet.full_text); apiTweet.author = { name: name,