mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
explicitly move for good measure
This commit is contained in:
committed by
link2xt
parent
0ba8201797
commit
c42d942460
@@ -4250,6 +4250,7 @@ pub unsafe extern "C" fn dc_receive_backup(
|
|||||||
};
|
};
|
||||||
let ctx = ctx.clone();
|
let ctx = ctx.clone();
|
||||||
spawn(async move {
|
spawn(async move {
|
||||||
|
let ctx = ctx;
|
||||||
imex::get_backup(&ctx, qr)
|
imex::get_backup(&ctx, qr)
|
||||||
.await
|
.await
|
||||||
.log_err(&ctx, "Get backup failed")
|
.log_err(&ctx, "Get backup failed")
|
||||||
|
|||||||
Reference in New Issue
Block a user