mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-11 21:40:53 +01:00
Bugfix
This commit is contained in:
parent
edeb38fcea
commit
54dc797247
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ const generateTweetFooter = (tweet: APIPost, isQuote = false): string => {
|
||||||
joined: author.joined ? `📆 ${formatDate(new Date(author.joined))}` : '',
|
joined: author.joined ? `📆 ${formatDate(new Date(author.joined))}` : '',
|
||||||
following: truncateSocialCount(author.following),
|
following: truncateSocialCount(author.following),
|
||||||
followers: truncateSocialCount(author.followers),
|
followers: truncateSocialCount(author.followers),
|
||||||
tweets: truncateSocialCount(author.tweets)
|
tweets: truncateSocialCount(author.posts)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue