Apply account data position

This commit is contained in:
Neil Alexander 2021-01-08 13:57:18 +00:00
parent 95e2e4d668
commit 12e563bce9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

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