Kahla.App icon indicating copy to clipboard operation
Kahla.App copied to clipboard

Shared video from file history is a file.

Open Anduin2017 opened this issue 5 years ago • 1 comments

What do you suggest us to do?

Now that if you share a video from file history to another conversation, it will be displayed as a file but not a video. That may cause the other users hard to watch.

Additional context

Nothing.

Anduin2017 avatar Jul 06 '20 13:07 Anduin2017

This is because currently in file-history, app can't judge if the .mp4 file is sent as video or as file. So all files in file-history are seized as file when forwarding.

Possible solutions:

  1. Always seize .mp4, .mkv ... file as video and .png .jpg ... file as image when forwarding.
  2. Ask user in which case to forward the file above.
  3. Find a way to allow file-history api getting the file type.

hv0905 avatar Jul 15 '20 13:07 hv0905