comment
This commit is contained in:
parent
f9494c2542
commit
b7ed716659
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ pub fn get_remote_community(identifier: String) -> Result<GetCommunityResponse,
|
||||||
number_of_comments: -1,
|
number_of_comments: -1,
|
||||||
hot_rank: -1,
|
hot_rank: -1,
|
||||||
user_id: None,
|
user_id: None,
|
||||||
subscribed: None,
|
subscribed: None, // TODO: looks like lemmy uses None/true for this value
|
||||||
},
|
},
|
||||||
online: 0,
|
online: 0,
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue