+2
-1
appview/pages/templates/repo/commit.html
+2
-1
appview/pages/templates/repo/commit.html
···<div class="mb-1">This commit was signed with the committer's <span class="text-green-600 font-semibold">known signature</span>.</div>
+1
-1
appview/repo/repo.go
+1
-1
appview/repo/repo.go
···-emailToDidMap, err := db.GetEmailToDid(rp.db, []string{result.Diff.Commit.Author.Email}, true)+emailToDidMap, err := db.GetEmailToDid(rp.db, []string{result.Diff.Commit.Committer.Email, result.Diff.Commit.Author.Email}, true)