From 12e563bce94ec456c8bf6f4b6ded814255458b96 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 8 Jan 2021 13:57:18 +0000 Subject: [PATCH] Apply account data position --- syncapi/notifier/notifier.go | 1 + 1 file changed, 1 insertion(+) diff --git a/syncapi/notifier/notifier.go b/syncapi/notifier/notifier.go index f45871d36..6c4d4a0ca 100644 --- a/syncapi/notifier/notifier.go +++ b/syncapi/notifier/notifier.go @@ -130,6 +130,7 @@ func (n *Notifier) OnNewAccountData( n.streamLock.Lock() defer n.streamLock.Unlock() + n.currPos.ApplyUpdates(posUpdate) n.wakeupUsers([]string{userID}, nil, posUpdate) }