Avoid concurrent access to contact
In some instances when fetching messages for a timeline the app would crash as a map was accessed concurrently without locking. This fixes the issue. Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
ad006b018c
commit
741e9e834b
|
@ -2,7 +2,7 @@
|
||||||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "v0.69.0",
|
"version": "v0.69.2",
|
||||||
"commit-sha1": "f73fb9c3f640d610ead693d95246b837b5c16990",
|
"commit-sha1": "ee8f333dbfd60f279336723d2f74a20b91ae642b",
|
||||||
"src-sha256": "01fgsx8j2wvw58l73575b1rh6fjrrgbqqvpkyhzc4lxw2d6zhqk8"
|
"src-sha256": "1hg0rx09nym1lc8ngvhvlbmsimyfjq8r6xd0fb7h946v0vjb461g"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue