Use futures and tokio to send activities (#620)

* Use futures and tokio to send activities

* Reset .po files

* Cargo fmt + small enhancements

- better error messages
- removed a TODO

* Log all messages at the same time when federation succeeds
This commit is contained in:
Baptiste Gelez
2019-06-27 17:46:05 +01:00
committed by GitHub
parent 6dbc043a7e
commit 7ea4acc289
4 changed files with 108 additions and 35 deletions
+1
View File
@@ -20,6 +20,7 @@ extern crate shrinkwraprs;
extern crate serde_derive;
#[macro_use]
extern crate serde_json;
extern crate tokio;
pub mod activity_pub;
pub mod utils;