mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-03 17:40:56 +01:00
Fix GIFs on iOS
This commit is contained in:
parent
b09e5909a2
commit
966ffd0ece
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ export const renderVideo = (
|
|||
`https://${Constants.GIF_TRANSCODE_DOMAIN}`
|
||||
);
|
||||
console.log('We passed checks for transcoding GIFs, feeding embed url', url);
|
||||
} else if (
|
||||
}
|
||||
|
||||
if (
|
||||
userAgent?.includes('Discord') &&
|
||||
experimentCheck(Experiment.DISCORD_VIDEO_REDIRECT_WORKAROUND, !!Constants.API_HOST_LIST)
|
||||
) {
|
||||
|
|
Loading…
Add table
Reference in a new issue