Optimized Nested Comments for Mobile, Added IDs

This commit is contained in:
spikecodes 2020-12-20 20:52:15 -08:00
parent b596f86cc2
commit da971f8680
4 changed files with 17 additions and 5 deletions

View file

@ -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,