pl-fe: fix disabling gif autoplay
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -31,7 +31,7 @@ const Emoji: React.FC<IEmoji> = (props): JSX.Element | null => {
|
||||
<StillImage
|
||||
alt={alt || emoji}
|
||||
src={src}
|
||||
isGif={!src.endsWith('.png')}
|
||||
isGif
|
||||
noGroup={noGroup}
|
||||
letterboxed
|
||||
{...rest}
|
||||
|
||||
Reference in New Issue
Block a user