From d89610964a56413bcfe3d7b16db9de089e505653 Mon Sep 17 00:00:00 2001 From: dullbananas Date: Wed, 20 Dec 2023 15:55:29 -0700 Subject: [PATCH] Update comment.rs --- crates/apub/src/objects/comment.rs | 1 - 1 file changed, 1 deletion(-) 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, };