feat: remove tls upgrade error notification

This commit is contained in:
James Houlahan
2020-10-30 14:41:05 +01:00
parent a62fa132e6
commit d5d60aa11b
15 changed files with 19 additions and 38 deletions

View File

@ -40,7 +40,6 @@ const (
NoActiveKeyForRecipientEvent = "noActiveKeyForRecipient"
UpgradeApplicationEvent = "upgradeApplication"
TLSCertIssue = "tlsCertPinningIssue"
IMAPTLSBadCert = "imapTLSBadCert"
// LogoutEventTimeout is the minimum time to permit between logout events being sent.
LogoutEventTimeout = 3 * time.Minute