From 9e46b2a53bb977dbe2c4b2cfb38c8d0e0199afd7 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 4 Jun 2024 00:52:40 -0500 Subject: [PATCH] Fix typo --- synapse/handlers/sliding_sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse/handlers/sliding_sync.py b/synapse/handlers/sliding_sync.py index d828ac6619..d61122229a 100644 --- a/synapse/handlers/sliding_sync.py +++ b/synapse/handlers/sliding_sync.py @@ -261,8 +261,8 @@ class SlidingSyncHandler: # any to-device messages before that token (since we now know that the device # has received them). (see sync v2 for how to do this) - # If the we're working with a user-provided token, we need to make sure to wait - # for this worker to catch up with the token so we don't skip past any incoming + # If we're working with a user-provided token, we need to make sure to wait for + # this worker to catch up with the token so we don't skip past any incoming # events or future events if the user is nefariously, manually modifying the # token. if from_token is not None: