api/twitter: support proxying videos & images in a picker

This commit is contained in:
wukko
2024-08-31 14:23:18 +06:00
parent 00da2a9339
commit 10717c69f6
2 changed files with 18 additions and 9 deletions

View File

@@ -69,6 +69,7 @@ export default async function(host, patternMatch, obj) {
id: patternMatch.id,
index: patternMatch.index - 1,
toGif: !!obj.twitterGif,
alwaysProxy: obj.alwaysProxy,
dispatcher
});
break;