fix: align comment numbering with review sequence

This commit is contained in:
2026-04-08 23:44:43 +08:00
parent eb7dd1125d
commit 56f436592d
7 changed files with 44 additions and 10 deletions
+1
View File
@@ -67,6 +67,7 @@ pub struct CommentThread {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct CommentItem {
pub id: i64,
pub review_id: Option<i64>,
pub user: String,
pub created_at: String,
pub path: Option<String>,