mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 04:03:09 -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{},
|
streamLock: &sync.Mutex{},
|
||||||
mapLock: &sync.RWMutex{},
|
mapLock: &sync.RWMutex{},
|
||||||
lastCleanUpTime: time.Now(),
|
lastCleanUpTime: time.Now(),
|
||||||
|
_sharedUsers: map[string]struct{}{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue