mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
some cleanup
This commit is contained in:
@@ -67,7 +67,8 @@ async fn main() {
|
||||
println!("------ RUN ------");
|
||||
ctx.run().await;
|
||||
|
||||
println!("sending a message");
|
||||
println!("--- SENDING A MESSAGE ---");
|
||||
|
||||
let contact_id = Contact::create(&ctx, "dignifiedquire", "dignifiedquire@gmail.com")
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user