mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Update status.ts
This commit is contained in:
parent
87956c6759
commit
265292548d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const populateTweetProperties = async (
|
||||||
apiTweet.author = {
|
apiTweet.author = {
|
||||||
name: name,
|
name: name,
|
||||||
screen_name: screenName,
|
screen_name: screenName,
|
||||||
avatar_url: user?.profile_image_url_https.replace('_normal', '_200x200') || '',
|
avatar_url: (user?.profile_image_url_https || '').replace('_normal', '_200x200') || '',
|
||||||
avatar_color: colorFromPalette(
|
avatar_color: colorFromPalette(
|
||||||
tweet.user?.profile_image_extensions_media_color?.palette || []
|
tweet.user?.profile_image_extensions_media_color?.palette || []
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue