diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-12-16 14:57:44 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-12-16 15:10:27 +0100 |
| commit | 05494336991504e3c6137b89eeddd492e17af6b6 (patch) | |
| tree | ed070266b9a953b1130fa7d3e02865a91c2aecbb /dashboard/dashapi/dashapi.go | |
| parent | 1019936be51e5f1e619186a99ddee302ce8b7f6a (diff) | |
dashboard: include dashboard link into the missing commit reply
If the original email thread is lost, it can be hard to get to the
original bug.
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -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 9b556d760..348fe92c5 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -486,6 +486,7 @@ type BugNotification struct { Text string // meaning depends on Type CC []string // deprecated in favor of Recipients Maintainers []string // deprecated in favor of Recipients + Link string Recipients Recipients // Public is what we want all involved people to see (e.g. if we notify about a wrong commit title, // people need to see it and provide the right title). Not public is what we want to send only |
