RocketChat / EmbeddedChat

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
https://www.npmjs.com/package/@embeddedchat/react
107 stars 214 forks source link

bug: attachments can't directly download and can't support certain video types #547

Closed JeffreytheCoder closed 2 months ago

JeffreytheCoder commented 2 months ago

Description:

Attachments can't directly download and can't support certain video types

Steps to reproduce:

  1. Click the file download button. Opens a new preview tab instead of downloading the file.
  2. Don't support playing video types like .mov, which is supported in RocketChat

Expected behavior:

Download button directly downloads file and add supports to video types.

Actual behavior:

attachment-issue