213924f6e9
This adds support for receiving copied images from the clipboard and pasting it into the chat input. After pasting, chat input will recognize the image and render a preview similar to how it would do it when selecting images via the file dialog. **Also important to note**: At the time of this PR, it seems that desktop only supports sending jpegs to status-go. I'm not sure if this was deliberately done this way because the protocol says it supports jpg, png, webp and gif. Because of this, pasting for example pngs will work, however transparency will be lost (which is also most likely the cause of #8820) This PR operates on that assumption. So while it adds support for copy/pasting images, it does not address the lack of file type support. Closes #3395 |
||
---|---|---|
.. | ||
CommunitiesStore.qml | ||
MessageStore.qml | ||
MessagesData.qml | ||
RootStore.qml | ||
StickerData.qml | ||
StickerPackData.qml | ||
StickersStore.qml | ||
UsersStore.qml | ||
qmldir |