explicitly move for good measure

This commit is contained in:
Floris Bruynooghe
2023-03-22 17:37:24 +01:00
committed by link2xt
parent 0ba8201797
commit c42d942460

View File

@@ -4250,6 +4250,7 @@ pub unsafe extern "C" fn dc_receive_backup(
};
let ctx = ctx.clone();
spawn(async move {
let ctx = ctx;
imex::get_backup(&ctx, qr)
.await
.log_err(&ctx, "Get backup failed")