]> Untitled Git - lemmy.git/blobdiff - lemmy_structs/src/community.rs
Some API cleanup, adding site_id to site aggregates.
[lemmy.git] / lemmy_structs / src / community.rs
index ac7837c52c2198e46792a25f5ca13ac10de7f5e6..65ea0aaaff0a97b6ccf785541702488c6fb7bb9c 100644 (file)
@@ -57,7 +57,7 @@ pub struct BanFromCommunity {
   pub community_id: i32,
   pub user_id: i32,
   pub ban: bool,
-  pub remove_data: Option<bool>,
+  pub remove_data: bool,
   pub reason: Option<String>,
   pub expires: Option<i64>,
   pub auth: String,