aboutsummaryrefslogtreecommitdiffstats
path: root/bug/timeline.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/timeline.go')
-rw-r--r--bug/timeline.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/timeline.go b/bug/timeline.go
index b5aa22a9..359389a6 100644
--- a/bug/timeline.go
+++ b/bug/timeline.go
@@ -56,6 +56,7 @@ func (c *CommentTimelineItem) Append(comment Comment) {
c.Files = comment.Files
c.LastEdit = comment.UnixTime
c.History = append(c.History, CommentHistoryStep{
+ Author: comment.Author,
Message: comment.Message,
UnixTime: comment.UnixTime,
})