This commit is contained in:
Felix 2020-03-05 16:02:53 +01:00
parent 91ae9a9d49
commit 34a827a270
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ pub fn get_remote_community(identifier: String) -> Result<GetCommunityResponse,
number_of_comments: -1,
hot_rank: -1,
user_id: None,
subscribed: None,
subscribed: None, // TODO: looks like lemmy uses None/true for this value
},
online: 0,
})