accounts: retry filesystem operations in migrate_account()

This commit is contained in:
link2xt
2023-02-15 15:04:11 +00:00
parent 032da4fb1a
commit 893794f4e7
2 changed files with 36 additions and 26 deletions

View File

@@ -5,6 +5,7 @@
### Changes
- deltachat-rpc-client: use `dataclass` for `Account`, `Chat`, `Contact` and `Message` #4042
- python: mark bindings as supporting typing according to PEP 561 #4045
- retry filesystem operations during account migration #4043
### Fixes
- deltachat-rpc-server: do not block stdin while processing the request. #4041