Using pub(crate)

dont_allow_posts_to_deleted_or_removed_communities
Dessalines 3 years ago
parent 59f5ef1c18
commit 1c33c2d24e

@ -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,

Loading…
Cancel
Save