]> Untitled Git - lemmy.git/blobdiff - crates/api/src/community/transfer.rs
Adding diesel enums for SortType and ListingType (#2808)
[lemmy.git] / crates / api / src / community / transfer.rs
index c163b1950a2e8926d0d3552c484b4c5d6039068d..a34dfb40d56f3064cc8e2ea96a4243fcfdf4402d 100644 (file)
@@ -76,7 +76,6 @@ impl Perform for TransferCommunity {
       mod_person_id: local_user_view.person.id,
       other_person_id: data.person_id,
       community_id: data.community_id,
-      removed: Some(false),
     };
 
     ModTransferCommunity::create(context.pool(), &form).await?;