diff --git a/syncapi/routing/messages.go b/syncapi/routing/messages.go index f0dd032ba..86cf8e736 100644 --- a/syncapi/routing/messages.go +++ b/syncapi/routing/messages.go @@ -206,11 +206,6 @@ func OnIncomingMessagesRequest( } if backwardOrdering { from = token - } else { - // Increment, so we would get events the user isn't allowed to see anymore - token.Depth++ - token.PDUPosition++ - to = token } }