]> Untitled Git - lemmy.git/blobdiff - crates/api_crud/src/community/update.rs
Making public key required. Fixes #1934
[lemmy.git] / crates / api_crud / src / community / update.rs
index d1fd8981818f08fb0ee8e0cadd8f6e8d3a664c79..a4f877d62f5caead1896a76999cd8fcbe434eddb 100644 (file)
@@ -57,6 +57,7 @@ impl PerformCrud for EditCommunity {
       name: read_community.name,
       title: data.title.to_owned().unwrap_or(read_community.title),
       description: data.description.to_owned(),
+      public_key: read_community.public_key,
       icon,
       banner,
       nsfw: data.nsfw,