]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/person.rs
Remove unnecessary show_deleted_and_removed comments for a profile. (#2458)
[lemmy.git] / crates / api_common / src / person.rs
index 4b29070ac886825b95572936fe11a90db413d333..8c4131dd64fcfd085c2d10afaaa70203135c5823 100644 (file)
@@ -99,7 +99,6 @@ pub struct GetPersonDetails {
   pub limit: Option<i64>,
   pub community_id: Option<CommunityId>,
   pub saved_only: Option<bool>,
-  pub show_deleted_and_removed: Option<bool>,
   pub auth: Option<Sensitive<String>>,
 }