diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-03 14:01:54 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-03 14:01:54 +0000 |
commit | cf1adc278ad6b6e564bdbb79917ac70cb1108797 (patch) | |
tree | 22883040860c446cd226c4806d038c43438de730 | |
parent | to-device messages are tentatively working (diff) | |
download | synapse-cf1adc278ad6b6e564bdbb79917ac70cb1108797.tar.xz |
remove some erroneous todo's
-rw-r--r-- | synapse/handlers/appservice.py | 3 |
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" ) |