Monorepo for Tangled

appview/notify: fix entityType in NewIssueState notification

Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>

authored by

Thomas Karpiniec and committed by tangled.org c4a4e93d deed1628

+1 -1
+1 -1
appview/notify/db/db.go
··· 379 379 recipients.Insert(syntax.DID(p)) 380 380 } 381 381 382 - entityType := "pull" 382 + entityType := "issue" 383 383 entityId := issue.AtUri().String() 384 384 repoId := &issue.Repo.Id 385 385 issueId := &issue.Id