summaryrefslogtreecommitdiffstats
path: root/src/resp_types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp_types.rs')
-rw-r--r--src/resp_types.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resp_types.rs b/src/resp_types.rs
index dfe7619..f1e5bc1 100644
--- a/src/resp_types.rs
+++ b/src/resp_types.rs
@@ -83,6 +83,10 @@ pub struct RespYourFollow {
pub struct RespCommunityInfoMaybeYour<'a> {
#[serde(flatten)]
pub base: RespMinimalCommunityInfo<'a>,
+
+ pub description: Cow<'a, str>,
+
+ pub you_are_moderator: Option<bool>,
pub your_follow: Option<RespYourFollow>,
}