diff --git a/appview/state/knotstream.go b/appview/state/knotstream.go --- a/appview/state/knotstream.go +++ b/appview/state/knotstream.go @@ -122,7 +122,7 @@ for _, ce := range record.Meta.CommitCount.ByEmail { if ce == nil { continue } - if ce.Email == ke.Address { + if ce.Email == ke.Address || ce.Email == record.CommitterDid { count += int(ce.Count) } }