mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
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,
|
||||
hot_rank: -1,
|
||||
user_id: None,
|
||||
subscribed: None,
|
||||
subscribed: None, // TODO: looks like lemmy uses None/true for this value
|
||||
},
|
||||
online: 0,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue