fix(@desktop/chat): uploading image limit is 0.5Mb

This commit is contained in:
Andrei Smirnov 2021-07-29 09:22:45 +03:00 committed by Iuri Matias
parent 9cd0f77e92
commit 06fd450545
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ QtObject {
readonly property string userLinkPrefix: 'https://join.status.im/u/'
readonly property int maxUploadFiles: 5
readonly property double maxUploadFilesizeMB: 0.5
readonly property double maxUploadFilesizeMB: 10
readonly property int maxNumberOfPins: 3