Monorepo for Tangled tangled.org

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

merged opened by willdot.net targeting master from willdot.net/tangled-fork: punchcard-did
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:dadhhalkfcq3gucaq25hjqon/sh.tangled.repo.pull/3mcxjp5aibr22
+1 -1
Diff #0
+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 }

History

1 round 1 comment
sign up or login to add to the discussion
willdot.net submitted #0
1 commit
expand
appview/state: count commits where email is the users did, towards punchcards
expand 1 comment

lovely thanks for the PR!

pull request successfully merged