X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_crud%2Fsrc%2Fcommunity%2Fupdate.rs;h=a4f877d62f5caead1896a76999cd8fcbe434eddb;hb=05d43150bcc81a3403fe08e6c9a2d74de4eca9b4;hp=d1fd8981818f08fb0ee8e0cadd8f6e8d3a664c79;hpb=209829e1f325867dc467045a6fdd6d176b1118d1;p=lemmy.git diff --git a/crates/api_crud/src/community/update.rs b/crates/api_crud/src/community/update.rs index d1fd8981..a4f877d6 100644 --- a/crates/api_crud/src/community/update.rs +++ b/crates/api_crud/src/community/update.rs @@ -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,