Definitively get rid of the activitystreams crates

This commit is contained in:
Bat
2018-06-11 13:30:14 +01:00
parent 26be381d53
commit 7d17751f50
5 changed files with 9 additions and 26 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
use activitypub::{
Actor,
activity::{Accept, Announce, Create, Follow, Like, Undo},
object::Note
object::{Article, Note}
};
use activitystreams_types::object::Article;
use diesel::PgConnection;
use failure::Error;
use serde_json;