diff --git a/crates/apub/src/objects/comment.rs b/crates/apub/src/objects/comment.rs index 0a791d842..ab98fd7b1 100644 --- a/crates/apub/src/objects/comment.rs +++ b/crates/apub/src/objects/comment.rs @@ -172,7 +172,6 @@ impl Object for ApubComment { deleted: Some(false), ap_id: Some(note.id.into()), distinguished: note.distinguished, - path: None, local: Some(false), language_id, };