From cf1adc278ad6b6e564bdbb79917ac70cb1108797 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 3 Nov 2021 14:01:54 +0000 Subject: [PATCH] remove some erroneous todo's --- synapse/handlers/appservice.py | 3 --- 1 file changed, 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" )