Using pub(crate)

dont_allow_posts_to_deleted_or_removed_communities
Dessalines 2021-10-14 11:36:39 -04:00
parent 59f5ef1c18
commit 1c33c2d24e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ impl Note {
Ok(&self.id) Ok(&self.id)
} }
pub async fn get_parents( pub(crate) async fn get_parents(
&self, &self,
context: &LemmyContext, context: &LemmyContext,
request_counter: &mut i32, request_counter: &mut i32,