mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Fixed id not being set in tweet despite docs/types
This commit is contained in:
parent
beca5f30e7
commit
2ad7d43334
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue