add author to Comment
This commit is contained in:
parent
304b6b0d17
commit
7acd94f7c0
5 changed files with 30 additions and 1 deletions
|
|
@ -156,6 +156,7 @@ impl Issue {
|
|||
|
||||
Ok(crate::comment::Comment {
|
||||
uuid,
|
||||
author: String::from("Sebastian Kuzminsky <seb@highlab.com>"),
|
||||
timestamp: chrono::Local::now(),
|
||||
description: String::from(""), // FIXME
|
||||
dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue