add a device message when backup transfer ends

that way, UI can just close the transfer dialog,
so that, at the end, both devices end in the chatlist.

we can also use this for troubleshooting -
if the device message is not present,
transfer did not succeed completely.

(a separate device message may be nice in that case -
but that is another effort,
same for making the device message reappear after deletion
or after some time)
This commit is contained in:
B. Petersen
2023-03-27 14:21:43 +02:00
committed by bjoern
parent 4b933ed2ef
commit a1f112470e
4 changed files with 25 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## 1.112.6 - unreleased
### Changes
- Add a device message after backup transfer #4301
### Fixed
- Updated `iroh` from 0.4.0 to 0.4.1 to fix transfer of large accounts with many blob files.