quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
642 stars 107 forks source link

Files pasted from the clipboard don't have an extension #835

Closed KitsuneRal closed 8 months ago

KitsuneRal commented 1 year ago

Description

Quaternion uses a temporary file name that has no extension to keep the file inserted from the clipboard. It would be better to also take the MIME type from the clipboard and derive an extension from that.

Version information

ghost commented 1 year ago

What do you want to use the extension for? Can't the mime type be stored?

KitsuneRal commented 1 year ago

This file name is sent to the room, therefore potentially used to save the file on the receiving machine; and on Windows extensions are still used to determine the opening application.