mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 17:26:30 +03:00
use future and result
This commit is contained in:
@@ -524,7 +524,7 @@ async fn inbox_fetch_idle(ctx: &Context, imap: &mut Imap, mut session: Session)
|
|||||||
count
|
count
|
||||||
));
|
));
|
||||||
|
|
||||||
chat::add_device_msg(ctx, None, Some(&mut msg));
|
chat::add_device_msg(ctx, None, Some(&mut msg)).await?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user