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) }