aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_excerpt.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/bug_excerpt.go')
-rw-r--r--cache/bug_excerpt.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/cache/bug_excerpt.go b/cache/bug_excerpt.go
index 7a11fa82..77c18175 100644
--- a/cache/bug_excerpt.go
+++ b/cache/bug_excerpt.go
@@ -3,6 +3,8 @@ package cache
import (
"encoding/gob"
+ "github.com/MichaelMure/git-bug/identity"
+
"github.com/MichaelMure/git-bug/bug"
"github.com/MichaelMure/git-bug/util/lamport"
)
@@ -18,7 +20,7 @@ type BugExcerpt struct {
EditUnixTime int64
Status bug.Status
- Author bug.Person
+ Author *identity.Identity
Labels []bug.Label
CreateMetadata map[string]string