mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 23:48:27 +00:00
re-add accidentally deleted field
This commit is contained in:
parent
b6cc4417cc
commit
f6af656945
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ func NewNotifier(pos types.StreamingToken) *Notifier {
|
|||
roomIDToPeekingDevices: make(map[string]peekingDeviceSet),
|
||||
userDeviceStreams: make(map[string]map[string]*UserDeviceStream),
|
||||
streamLock: &sync.Mutex{},
|
||||
lastCleanUpTime: time.Now(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue