Skip to content

Commit c804baa

Browse files
fix(inbox): retain cancelled comment participation
Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent 6991bdf commit c804baa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

server/src/__tests__/issues-service.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ describeEmbeddedPostgres("issueService.list participantAgentId", () => {
392392
companyId,
393393
actorType: "user",
394394
actorId: userId,
395-
action: "issue.updated",
395+
action: "issue.comment_cancelled",
396396
entityType: "issue",
397397
entityId: issueId,
398398
});

server/src/services/issues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,7 @@ const ISSUE_USER_PARTICIPATION_ACTIVITY_ACTIONS = [
12971297
"issue.checked_out",
12981298
"issue.checkout",
12991299
"issue.child_created",
1300+
"issue.comment_cancelled",
13001301
"issue.document_annotation_comment_added",
13011302
"issue.document_annotation_remapped",
13021303
"issue.document_annotation_thread_created",

0 commit comments

Comments
 (0)