Remove unneeded change

This commit is contained in:
Till Faelligen 2022-10-24 09:27:23 +02:00
parent 884b1fa577
commit 581893b261
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -206,11 +206,6 @@ func OnIncomingMessagesRequest(
} }
if backwardOrdering { if backwardOrdering {
from = token from = token
} else {
// Increment, so we would get events the user isn't allowed to see anymore
token.Depth++
token.PDUPosition++
to = token
} }
} }