status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
292 stars 78 forks source link

Chat - Is it possible to paste images larger than 10MB #9053

Closed glitchminer closed 1 year ago

glitchminer commented 1 year ago

Bug Report

Description

Found during https://github.com/status-im/status-desktop/pull/8974

Steps to reproduce

Add large image to clipboard (over 10MB), paste into chat. Example image: https://upload.wikimedia.org/wikipedia/commons/e/e6/Clocktower_Panorama_20080622_20mb.jpg

Expected behavior

Message cannot be sent as image is too large (same as adding image using image button)

Actual behavior

Message can be sent

Additional Information

iurimatias commented 1 year ago

@glitchminer this works because the app compresses the image

glitchminer commented 1 year ago

@iurimatias, in that case is it a bug that the same image cannot be sent using the add image button, perhaps because it's not compressed?