@@ -544,5 +544,11 @@ func project(repo string) string { if i == -1 { return "" } return repo[i+1:] } // gerritChangeThreadType is the notification thread type for Gerrit changes. const gerritChangeThreadType = "Change" // ThreadType returns the notification thread type for this service. func (service) ThreadType(repo string) string { return gerritChangeThreadType }