Monorepo for Tangled

appview/state: count commits where email is the users did, towards punchcards

Signed-off-by: Will Andrews <will7989@hotmail.com>

authored by

Will Andrews and committed by tangled.org d6bd927d abd1fc14

+1 -1
+1 -1
appview/state/knotstream.go
··· 122 122 if ce == nil { 123 123 continue 124 124 } 125 - if ce.Email == ke.Address { 125 + if ce.Email == ke.Address || ce.Email == record.CommitterDid { 126 126 count += int(ce.Count) 127 127 } 128 128 }