re-add accidentally deleted field

This commit is contained in:
Matthew Hodgson 2020-09-02 10:08:10 +01:00
parent b6cc4417cc
commit f6af656945

View file

@ -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(),
}
}