fix: render per-comment file line instead of thread-level location

This commit is contained in:
2026-04-08 23:23:19 +08:00
parent a61be1b4c4
commit d00e6bcb2c
7 changed files with 35 additions and 8 deletions
+2
View File
@@ -37,6 +37,8 @@ fn model_json_roundtrip() {
id: 100,
user: "reviewer".into(),
created_at: "2026-04-08T12:00:00Z".into(),
path: Some("src/main.rs".into()),
line: Some(10),
body: "hello".into(),
},
replies: vec![],