diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-04-12 11:49:19 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-12 13:55:59 +0200 |
| commit | 4fbf89114af1e1cc49ed525f0b28c49411115631 (patch) | |
| tree | ad0c8b3bb2986c571f09625d11fb20ae3f19eb38 /dashboard/dashapi | |
| parent | 7d51c8e0e6ed30cf613d9c45368504d147cdfc53 (diff) | |
dashboard: separate DiscussionReport and DiscussionMention
DiscussionReport are the discussions started by syzbot.
All other discussions that Cc syzbot or mention its bugs are
DiscussionMention.
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index e18a8b62d..11e56c6df 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -583,6 +583,7 @@ const ( DiscussionReport DiscussionType = "report" DiscussionPatch DiscussionType = "patch" DiscussionReminder DiscussionType = "reminder" + DiscussionMention DiscussionType = "mention" ) type Discussion struct { |
