twitter: fix gif encoding for multi-media tweets

This commit is contained in:
dumbmoron
2024-01-18 15:57:21 +00:00
parent dcb3cf3673
commit 558e466478
2 changed files with 10 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ export default async function(host, patternMatch, url, lang, obj) {
r = await twitter({
id: patternMatch.id,
index: patternMatch.index - 1,
toGif: obj.twitterGif
toGif: !!obj.twitterGif
});
break;
case "vk":