Notify about update right after the start

This commit is contained in:
Michal Horejsek
2021-02-01 13:22:26 +01:00
parent 6d9d5f35ca
commit bcef1c36ba
4 changed files with 15 additions and 12 deletions

View File

@ -49,7 +49,9 @@ const (
// SetupEvents specific to event type and data.
func SetupEvents(listener listener.Listener) {
listener.SetLimit(LogoutEvent, LogoutEventTimeout)
listener.SetBuffer(TLSCertIssue)
listener.SetBuffer(ErrorEvent)
listener.SetBuffer(CredentialsErrorEvent)
listener.SetBuffer(InternetOffEvent)
listener.SetBuffer(UpgradeApplicationEvent)
listener.SetBuffer(TLSCertIssue)
}