From 581893b261b8bce90c7a068a2ac7141b43fb5c4d Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Mon, 24 Oct 2022 09:27:23 +0200 Subject: [PATCH] Remove unneeded change --- syncapi/routing/messages.go | 5 ----- 1 file changed, 5 deletions(-) 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 } }