Fix new post read/unread handling

This commit is contained in:
2024-08-31 13:49:03 -07:00
parent a9e6120f81
commit e73f70af8f
5 changed files with 21 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ pub enum Thread {
#[derive(Debug, SimpleObject)]
pub struct NewsPost {
pub thread_id: String,
pub is_read: bool,
pub slug: String,
pub site: String,
pub title: String,