mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
oh yeah, initialise it
This commit is contained in:
parent
36f06c5e54
commit
8da29403bd
|
|
@ -60,6 +60,7 @@ func NewNotifier() *Notifier {
|
|||
streamLock: &sync.Mutex{},
|
||||
mapLock: &sync.RWMutex{},
|
||||
lastCleanUpTime: time.Now(),
|
||||
_sharedUsers: map[string]struct{}{},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue