summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/handlers/appservice.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/handlers/appservice.py b/synapse/handlers/appservice.py
index c3fe10bfee..cd320c0606 100644
--- a/synapse/handlers/appservice.py
+++ b/synapse/handlers/appservice.py
@@ -322,9 +322,6 @@ class ApplicationServicesHandler:
             should be sent to the given application service.
         """
         # Get the stream token that this application service has processed up until
-        # TODO: Is 'users' always going to be one user here? Sometimes it's the sender!
-
-        # TODO: DB migration to add a column for to_device to application_services_state table
         from_key = await self.store.get_type_stream_id_for_appservice(
             service, "to_device"
         )