summaryrefslogtreecommitdiffstats
path: root/server/src/apub/user.rs
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2020-06-03 17:10:16 +0200
committerFelix Ableitner <me@nutomic.com>2020-06-03 17:10:16 +0200
commit3999e0485efadfe77e1c23bda878dba70131be06 (patch)
tree470082372f56b8939fb3db8e540dfafa05865c7b /server/src/apub/user.rs
parent1aa30d855e111174f1e3931fdf0964a889cb9b7e (diff)
migrate tombstone
Diffstat (limited to 'server/src/apub/user.rs')
-rw-r--r--server/src/apub/user.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/src/apub/user.rs b/server/src/apub/user.rs
index 0a651d1f..77b012fd 100644
--- a/server/src/apub/user.rs
+++ b/server/src/apub/user.rs
@@ -21,9 +21,10 @@ use activitystreams::{
actor::{properties::ApActorProperties, Person},
context,
endpoint::EndpointProperties,
- object::{properties::ObjectProperties, AnyImage, Image, Tombstone},
+ object::{properties::ObjectProperties, AnyImage, Image},
};
use activitystreams_ext::Ext2;
+use activitystreams_new::object::Tombstone;
use actix_web::{body::Body, web::Path, HttpResponse, Result};
use diesel::PgConnection;
use failure::Error;