mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +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*/
|
noteTweetText /*&& mediaList.length <= 0 && tweet.legacy.entities?.urls?.length <= 0*/
|
||||||
) {
|
) {
|
||||||
console.log('We meet the conditions to use new note tweets');
|
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;
|
apiTweet.is_note_tweet = true;
|
||||||
} else {
|
} else {
|
||||||
apiTweet.is_note_tweet = false;
|
apiTweet.is_note_tweet = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue