diff --git a/appview/state/knotstream.go b/appview/state/knotstream.go index 2c7a6cfa..5a6348d8 100644 --- a/appview/state/knotstream.go +++ b/appview/state/knotstream.go @@ -122,7 +122,7 @@ func populatePunchcard(d *db.DB, record tangled.GitRefUpdate) error { if ce == nil { continue } - if ce.Email == ke.Address { + if ce.Email == ke.Address || ce.Email == record.CommitterDid { count += int(ce.Count) } }