twitter: add freebind support

This commit is contained in:
wukko
2024-05-23 09:22:33 +06:00
parent 4bd3f54f64
commit 930faea09a
2 changed files with 15 additions and 12 deletions

View File

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