diff --git a/appview/notify/db/db.go b/appview/notify/db/db.go index 23da7c8f..56cbb496 100644 --- a/appview/notify/db/db.go +++ b/appview/notify/db/db.go @@ -379,7 +379,7 @@ func (n *databaseNotifier) NewIssueState(ctx context.Context, actor syntax.DID, recipients.Insert(syntax.DID(p)) } - entityType := "pull" + entityType := "issue" entityId := issue.AtUri().String() repoId := &issue.Repo.Id issueId := &issue.Id