oh yeah, initialise it

This commit is contained in:
Neil Alexander 2022-04-06 14:36:23 +01:00
parent 36f06c5e54
commit 8da29403bd
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -60,6 +60,7 @@ func NewNotifier() *Notifier {
streamLock: &sync.Mutex{},
mapLock: &sync.RWMutex{},
lastCleanUpTime: time.Now(),
_sharedUsers: map[string]struct{}{},
}
}