session-desktop icon indicating copy to clipboard operation
session-desktop copied to clipboard

[BUG] .gif animation in chat

Open keybreak opened this issue 2 years ago • 4 comments

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

.gif file sent to Session chat doesn't animate on desktop

Expected Behavior

.gif file sent to Session chat should be animated and auto-played on desktop, like it does on Android

Steps To Reproduce

No response

Desktop Version

v1.11.4

Anything else?

Arch Linux, AUR

keybreak avatar Oct 23 '23 12:10 keybreak

This one seems strange, could be a good first issue to investigate why this is occurring as GIFs should render as animated

KeeJef avatar Nov 15 '23 02:11 KeeJef

@KeeJef Yeah that's pretty weird, btw it animates in context of same gifs opened in lightbox, so it's only chat

keybreak avatar Nov 15 '23 07:11 keybreak

@KeeJef Took a look at this issue and seems to be a more complex issue than just enabling autoPlay for GIF message types. We're currently generating a random src, so in context we can't tell what type of image the media is, without knowing, I can't set a condition for autoplay to be enabled (or to disabled the disabling of autoplay). Probably going to take longer than just the day that I've assigned to it. (Should probably put this into the backlog for further investigation)

burtonemily avatar Nov 22 '23 06:11 burtonemily

Tracked internally as SES-1487

KeeJef avatar Jul 29 '24 06:07 KeeJef