diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-04-12 11:50:38 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-12 13:55:59 +0200 |
| commit | bce87d67a220e86fc504b50d8a9c111ffd8e33fa (patch) | |
| tree | 9589066b088e411f94a4cf2c9ca250b9e581593d /dashboard | |
| parent | 4fbf89114af1e1cc49ed525f0b28c49411115631 (diff) | |
dashboard: always track discussion replies
It could be the case that the discussion replies do not mention syzbot
bugs in any way. But if bugs were mentioned somewhere above, we must
still record everything.
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/app/reporting_email.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dashboard/app/reporting_email.go b/dashboard/app/reporting_email.go index 176bd9e79..6119411f6 100644 --- a/dashboard/app/reporting_email.go +++ b/dashboard/app/reporting_email.go @@ -571,10 +571,6 @@ func processDiscussionEmail(c context.Context, msg *email.Email, source dashapi. } } msg.BugIDs = extIDs - if len(extIDs) == 0 { - log.Infof(c, "filtered all extIDs out") - return nil - } err := saveDiscussionMessage(c, msg, source, dType) if err != nil { return fmt.Errorf("failed to save in discussions: %v", err) |
