mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Fix links in note tweets
This commit is contained in:
parent
fc4af168f6
commit
533695304c
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ const populateTweetProperties = async (
|
|||
noteTweetText /*&& mediaList.length <= 0 && tweet.legacy.entities?.urls?.length <= 0*/
|
||||
) {
|
||||
console.log('We meet the conditions to use new note tweets');
|
||||
apiTweet.text = unescapeText(noteTweetText);
|
||||
apiTweet.text = unescapeText(linkFixer(tweet, noteTweetText));
|
||||
apiTweet.is_note_tweet = true;
|
||||
} else {
|
||||
apiTweet.is_note_tweet = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue