api/match-action: always proxy photos

This commit is contained in:
wukko 2025-01-20 19:04:31 +06:00
parent 9bdcb9d821
commit 63b2681017
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -47,7 +47,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
}); });
case "photo": case "photo":
responseType = "redirect"; params = { type: "proxy" };
break; break;
case "gif": case "gif":