Skip to content

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Oct 1, 2025

Fixes #30889

Signed-off-by: Michael Telatynski <[email protected]>
Comment on lines 80 to 83
return this.media
.downloadSource()
.then((r) => r.blob())
.then((blob) => blob.slice(0, blob.size, content.info?.mimetype ?? blob.type));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment why we need to slice it

Signed-off-by: Michael Telatynski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avif video is autoplayed even if autoplay gif & video is off in settings
2 participants