show the count of 'more replies'. (#740)

Co-authored-by: Daniel Valentine <daniel@vielle.ws>
Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
mikupls 2023-03-09 05:30:41 +01:00 committed by GitHub
parent bf19ff513f
commit 01f9907aaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

@ -377,6 +377,7 @@ pub struct Comment {
pub awards: Awards,
pub collapsed: bool,
pub is_filtered: bool,
pub more_count: i64,
pub prefs: Preferences,
}