mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
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:
parent
bf19ff513f
commit
01f9907aaf
3 changed files with 10 additions and 1 deletions
|
@ -377,6 +377,7 @@ pub struct Comment {
|
|||
pub awards: Awards,
|
||||
pub collapsed: bool,
|
||||
pub is_filtered: bool,
|
||||
pub more_count: i64,
|
||||
pub prefs: Preferences,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue