Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Move TODO to issue #11150
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 21, 2021
1 parent 4c206d4 commit d337164
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions synapse/handlers/appservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ async def _notify_interested_services_ephemeral(
self.scheduler.submit_ephemeral_events_for_as(service, events)

# Persist the latest handled stream token for this appservice
# TODO: We update the stream token for each appservice, even
# if sending the ephemeral events to the appservice failed.
await self.store.set_type_stream_id_for_appservice(
service, "read_receipt", new_token
)
Expand All @@ -267,8 +265,6 @@ async def _notify_interested_services_ephemeral(
self.scheduler.submit_ephemeral_events_for_as(service, events)

# Persist the latest handled stream token for this appservice
# TODO: We update the stream token for each appservice, even
# if sending the ephemeral events to the appservice failed.
await self.store.set_type_stream_id_for_appservice(
service, "presence", new_token
)
Expand Down

0 comments on commit d337164

Please sign in to comment.