twitter: fix gif encoding for multi-media tweets
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user