diff --git a/plume-models/src/inbox.rs b/plume-models/src/inbox.rs index 21af9d88..8d744407 100644 --- a/plume-models/src/inbox.rs +++ b/plume-models/src/inbox.rs @@ -1,4 +1,5 @@ use activitypub::activity::*; +use activitystreams::activity::Delete as Delete07; use crate::{ comments::Comment, @@ -53,7 +54,7 @@ pub fn inbox(conn: &DbConn, act: serde_json::Value) -> Result(CONFIG.proxy()) .with::(CONFIG.proxy()) .with::(CONFIG.proxy()) - .with::(CONFIG.proxy()) + .with07::(CONFIG.proxy()) .with::(CONFIG.proxy()) .with::(CONFIG.proxy()) .with::(CONFIG.proxy())