Optimized Nested Comments for Mobile, Added IDs
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user