diff --git a/plume-models/src/inbox.rs b/plume-models/src/inbox.rs index 0458c3f7..6deb9722 100644 --- a/plume-models/src/inbox.rs +++ b/plume-models/src/inbox.rs @@ -53,8 +53,8 @@ impl_into_inbox_result! { pub fn inbox(conn: &DbConn, act: serde_json::Value) -> Result { Inbox::handle(conn, act) .with07::(CONFIG.proxy()) - .with::(CONFIG.proxy()) - .with::(CONFIG.proxy()) + .with07::(CONFIG.proxy()) + .with07::(CONFIG.proxy()) .with07::(CONFIG.proxy()) .with07::(CONFIG.proxy()) .with07::(CONFIG.proxy())