diff --git a/plume-models/src/reshares.rs b/plume-models/src/reshares.rs index 175b2c0b..2162475b 100644 --- a/plume-models/src/reshares.rs +++ b/plume-models/src/reshares.rs @@ -191,7 +191,7 @@ impl AsObject for Reshare { impl NewReshare { pub fn new(p: &Post, u: &User) -> Self { - let ap_url = format!("{}/reshare/{}", u.ap_url, p.ap_url); + let ap_url = format!("{}reshare/{}", u.ap_url, p.ap_url); NewReshare { post_id: p.id, user_id: u.id,