mirror of
https://github.com/go-gitea/gitea
synced 2025-01-12 18:54:28 +00:00
7e75e58ae4
Fix #26536 Follow #26012 Whatever the comment type is, always update the issue indexer. So the issue indexer will be updated when there is a change in Status, Assignee, Label, and so on. I added the logic for `NotifyUpdateComment`, but missed it for `NotifyCreateIssueComment` and `NotifyDeleteComment`.