-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(group-inbox): Update GroupInbox when using issue platform to upda…
…te statuses (#79708) Currently, updating a group's status via the issue platform doesn't add/remove the group from GroupInbox. Since we use GroupInbox to populate issues in the `is:for_review` query, we're seeing resolved groups in the stream that should be otherwise hidden. [Example](https://sentry.sentry.io/issues/?project=1&query=is%3Afor_review%20%21issue.category%3Aerror%20issue%3ASENTRY-3H3K&referrer=issue-list&sort=date&statsPeriod=90d&viewId=54006) Fixing this behavior in this PR to make sure the GroupInbox is updated with each status change.
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters