X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_common%2Fsrc%2Fcommunity.rs;h=ff6ed1271a54963793e622e52776e95d9272a2b9;hb=d1d90af0eb749ad79bc46ee81717e7166936ea89;hp=cb92d4c2e2afd11db552e4f1b05fb0f66529a703;hpb=2aef6a5a338c9a6b5764fbc1ae42fa3edf096deb;p=lemmy.git diff --git a/crates/api_common/src/community.rs b/crates/api_common/src/community.rs index cb92d4c2..ff6ed127 100644 --- a/crates/api_common/src/community.rs +++ b/crates/api_common/src/community.rs @@ -76,6 +76,7 @@ pub struct CommunityResponse { pub struct ListCommunities { pub type_: Option, pub sort: Option, + pub show_nsfw: Option, pub page: Option, pub limit: Option, pub auth: Option>,