diff --git a/src/api/status.ts b/src/api/status.ts index faef8ae..008aca8 100644 --- a/src/api/status.ts +++ b/src/api/status.ts @@ -45,7 +45,7 @@ const populateTweetProperties = async ( const apiUser = convertToApiUser(graphQLUser); /* Populating a lot of the basics */ - apiTweet.url = `${Constants.TWITTER_ROOT}/${apiUser.screen_name}/status/${tweet.rest_id}`; + apiTweet.url = `${Constants.TWITTER_ROOT}/${apiUser.screen_name}/status/${tweet.rest_id ?? tweet.legacy.id_str}`; apiTweet.id = tweet.rest_id ?? tweet.legacy.id_str; apiTweet.text = unescapeText(linkFixer(tweet.legacy.entities?.urls, tweet.legacy.full_text || '')); apiTweet.author = {