From 1c33c2d24e797fbdcf00883b453a983a5c8add6b Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 14 Oct 2021 11:36:39 -0400 Subject: [PATCH] Using pub(crate) --- crates/apub/src/objects/comment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/apub/src/objects/comment.rs b/crates/apub/src/objects/comment.rs index 140340f5f..f47c11bfb 100644 --- a/crates/apub/src/objects/comment.rs +++ b/crates/apub/src/objects/comment.rs @@ -73,7 +73,7 @@ impl Note { Ok(&self.id) } - pub async fn get_parents( + pub(crate) async fn get_parents( &self, context: &LemmyContext, request_counter: &mut i32,