add author to Comment

This commit is contained in:
Sebastian Kuzminsky 2025-07-08 14:08:21 -06:00
parent 92adb554a5
commit fcadf840dc
5 changed files with 30 additions and 1 deletions

View file

@ -154,6 +154,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,