[Fix: #11228] Dont drop messages if smaller than 4096
There was an issue with counting characters in status-go that meant that unicode characters were double counted. That issue is now fixed. It's still not going to be 100% accurate as in some languages characters are displayed together if they come one after the other, but this PR should make it much safer. To overcome this we could cap the UI input to something a bit lower (3000 characters for example) and that should give us some room. This commit includes a migration of the database fixing an issue with long filenames on desktop. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
c4cac2cef7
commit
c74a5a5215
|
@ -2,7 +2,7 @@
|
|||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "v0.62.3",
|
||||
"commit-sha1": "397ee840c650b7fd4a414b38e200274d2d1b716c",
|
||||
"src-sha256": "1x6cs06qqbncvlbkw2ch3alkrhf24m966c7jkvvz6rb9fhbxgrgj"
|
||||
"version": "v0.62.8",
|
||||
"commit-sha1": "efbf093bc494e9c3ea00a6a3e8f286826294dff7",
|
||||
"src-sha256": "0rbyzr360l2dv9gyinc7dwvd8hw6wwgs8lrs5kl3dl8bzxbrfsyj"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue