mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 05:57:40 +03:00
Optimized Nested Comments for Mobile, Added IDs
This commit is contained in:
parent
b596f86cc2
commit
da971f8680
4 changed files with 17 additions and 5 deletions
|
@ -34,6 +34,7 @@ pub struct Post {
|
|||
#[allow(dead_code)]
|
||||
// Comment with content, post, score and data/time that it was posted
|
||||
pub struct Comment {
|
||||
pub id: String,
|
||||
pub body: String,
|
||||
pub author: String,
|
||||
pub flair: Flair,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue