Accept follow requests

This commit is contained in:
Bat
2018-05-01 19:02:29 +01:00
parent 2f1f6a0295
commit 9a4f60cfe3
11 changed files with 150 additions and 38 deletions
+1
View File
@@ -18,6 +18,7 @@ extern crate serde;
extern crate serde_derive;
#[macro_use]
extern crate serde_json;
extern crate url;
use diesel::pg::PgConnection;
use diesel::r2d2::{ConnectionManager, Pool};