From f6af6569454c5aab0a588201300f861eee60157b Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 2 Sep 2020 10:08:10 +0100 Subject: [PATCH] re-add accidentally deleted field --- syncapi/sync/notifier.go | 1 + 1 file changed, 1 insertion(+) diff --git a/syncapi/sync/notifier.go b/syncapi/sync/notifier.go index 61300232..fc848203 100644 --- a/syncapi/sync/notifier.go +++ b/syncapi/sync/notifier.go @@ -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(), } }