mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +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 || '';
|
const name = user?.name || '';
|
||||||
|
|
||||||
apiTweet.url = `${Constants.TWITTER_ROOT}/${screenName}/status/${tweet.id_str}`;
|
apiTweet.url = `${Constants.TWITTER_ROOT}/${screenName}/status/${tweet.id_str}`;
|
||||||
|
apiTweet.id = tweet.id_str;
|
||||||
apiTweet.text = linkFixer(tweet, tweet.full_text);
|
apiTweet.text = linkFixer(tweet, tweet.full_text);
|
||||||
apiTweet.author = {
|
apiTweet.author = {
|
||||||
name: name,
|
name: name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue