Adding a comment on what comment.read is.

This commit is contained in:
Dessalines 2020-05-04 21:14:24 -04:00
parent b177cbce1d
commit f1692a07fc

View file

@ -21,7 +21,7 @@ pub struct Comment {
pub parent_id: Option<i32>,
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<chrono::NaiveDateTime>,
pub deleted: bool,