fix: render per-comment file line instead of thread-level location
This commit is contained in:
@@ -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![],
|
||||
|
||||
Reference in New Issue
Block a user