From c4a4e93dc382b144bdc89a4ed0429a4677cb5535 Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Wed, 11 Feb 2026 15:01:37 +1100 Subject: [PATCH] appview/notify: fix entityType in NewIssueState notification Signed-off-by: Thomas Karpiniec --- appview/notify/db/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.2