use future and result

This commit is contained in:
Septias
2024-11-11 00:35:26 +01:00
parent f4d1298669
commit 1d8e969b34

View File

@@ -524,7 +524,7 @@ async fn inbox_fetch_idle(ctx: &Context, imap: &mut Imap, mut session: Session)
count
));
chat::add_device_msg(ctx, None, Some(&mut msg));
chat::add_device_msg(ctx, None, Some(&mut msg)).await?;
}
}
}