diff --git a/server/src/db/comment.rs b/server/src/db/comment.rs index 59c2ccd29..2e8b54c3b 100644 --- a/server/src/db/comment.rs +++ b/server/src/db/comment.rs @@ -21,7 +21,7 @@ pub struct Comment { pub parent_id: Option, pub content: String, pub removed: bool, - pub read: bool, + pub read: bool, // Whether the recipient has read the comment or not pub published: chrono::NaiveDateTime, pub updated: Option, pub deleted: bool,