fix: render per-comment file line instead of thread-level location
This commit is contained in:
@@ -69,5 +69,7 @@ pub struct CommentItem {
|
||||
pub id: i64,
|
||||
pub user: String,
|
||||
pub created_at: String,
|
||||
pub path: Option<String>,
|
||||
pub line: Option<i64>,
|
||||
pub body: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user