-
Notifications
You must be signed in to change notification settings - Fork 220
[dev] [tofikwest] tofik/fix-bugs #1953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR SummaryAdds a complete task item layer and vendor automation, plus auth/notification and UI updates.
Written by Cursor Bugbot for commit 9bcc9de. This will update automatically on new commits. Configure here. |
Graphite Automations"Auto-assign PRs to Author" took an action on this PR • (12/23/25)1 reviewer was added to this PR based on Mariano Fuentes's automation. |
| } else { | ||
| this.logger.log(`[MENTION DEBUG] No mentions found in description`); | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task update notifies all mentions instead of new ones
When updating a task item's description, the code notifies ALL mentioned users every time, rather than only newly added mentions. This differs from comments.service.ts which correctly filters to only notify newlyMentionedUserIds by comparing previous and current mentions. The existingTaskItem with the original description is available in scope but unused. This will cause notification spam when users make minor edits (like fixing typos) to task descriptions that contain mentions.
This is an automated pull request to merge tofik/fix-bugs into dev.
It was created by the [Auto Pull Request] action.