summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorEric Eastwood <eric.eastwood@beta.gouv.fr>2024-07-25 13:43:53 -0500
committerEric Eastwood <eric.eastwood@beta.gouv.fr>2024-07-25 13:43:53 -0500
commitf1db02e31b628ea505ff942529c508746dc0764e (patch)
tree5a8fab28427eb67c6eb10e59c8533aa02b9b121f /synapse
parentMerge branch 'develop' into madlittlemods/sliding-sync-receipts-extension (diff)
downloadsynapse-f1db02e31b628ea505ff942529c508746dc0764e.tar.xz
Remove tests that aren't necessary
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/account_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/account_data.py b/synapse/handlers/account_data.py
index 8041326cd5..97a463d8d0 100644
--- a/synapse/handlers/account_data.py
+++ b/synapse/handlers/account_data.py
@@ -327,7 +327,6 @@ class AccountDataEventSource(EventSource[int, JsonDict]):
         explicit_room_id: Optional[str] = None,
     ) -> Tuple[List[JsonDict], int]:
         user_id = user.to_string()
-        # TODO: Take `to_key` into account
         last_stream_id = from_key
 
         current_stream_id = self.store.get_max_account_data_stream_id()