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