daemon: implements post office
This commit is contained in:
@@ -138,7 +138,7 @@ impl ClientCli {
|
||||
.text(message)
|
||||
.build();
|
||||
|
||||
let message = self.api.send_message(outgoing_message).await?;
|
||||
let message = self.api.send_message(&outgoing_message).await?;
|
||||
println!("Message sent: {}", message.guid);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user