ensure gif embed
This commit is contained in:
@@ -59,7 +59,10 @@ export const ExternalEmbed = ({
|
|||||||
}
|
}
|
||||||
}, [link.uri, playHaptic])
|
}, [link.uri, playHaptic])
|
||||||
|
|
||||||
if (embedPlayerParams?.source === 'tenor') {
|
if (
|
||||||
|
embedPlayerParams?.source === 'tenor' ||
|
||||||
|
embedPlayerParams?.source === 'klipy'
|
||||||
|
) {
|
||||||
const parsedAlt = parseAltFromGIFDescription(link.description)
|
const parsedAlt = parseAltFromGIFDescription(link.description)
|
||||||
return (
|
return (
|
||||||
<View style={style}>
|
<View style={style}>
|
||||||
|
|||||||
Reference in New Issue
Block a user