From c74a5a52150151192355a1be88c2f5dd0b0739db Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Fri, 25 Sep 2020 10:21:48 +0200 Subject: [PATCH] [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 --- status-go-version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status-go-version.json b/status-go-version.json index b8ed5e5860..8f1f89c4b9 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -2,7 +2,7 @@ "_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh ' 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" }