summary refs log tree commit diff
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-09-09 14:26:33 +0100
committerGitHub <noreply@github.com>2022-09-09 14:26:33 +0100
commitd9287047dc596f92629554522123844006758939 (patch)
tree6c52063a00204579a043d49c1a7e80605464aae7
parentAdd newsfile (diff)
downloadsynapse-d9287047dc596f92629554522123844006758939.tar.xz
Update synapse/handlers/e2e_keys.py
-rw-r--r--synapse/handlers/e2e_keys.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/handlers/e2e_keys.py b/synapse/handlers/e2e_keys.py
index 9d97b7688b..b26067200c 100644
--- a/synapse/handlers/e2e_keys.py
+++ b/synapse/handlers/e2e_keys.py
@@ -190,9 +190,6 @@ class E2eKeysHandler:
                 if invalid_cached_users:
                     # Fix up results. If we get here there may be bugs in device list
                     # tracking.
-                    # TODO: is this actually useful? it doesn't fix the case where a
-                    #       remote user rejoins a room and we query their device list
-                    #       after.
                     user_ids_not_in_cache.update(invalid_cached_users)
                     for invalid_user_id in invalid_cached_users:
                         remote_results.pop(invalid_user_id)