diff --git a/src/components/Post/Embed/ExternalEmbed/index.tsx b/src/components/Post/Embed/ExternalEmbed/index.tsx index a884e4ec46..56873e6363 100644 --- a/src/components/Post/Embed/ExternalEmbed/index.tsx +++ b/src/components/Post/Embed/ExternalEmbed/index.tsx @@ -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 (