summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index b86e783e14..9e1188da56 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -255,7 +255,6 @@ class SyncHandler(BaseHandler):
         # the previous sync and this one.
         # TODO(mjark): Apply the event filter in sync_config
         # TODO(mjark): Check for redactions we might have missed.
-        # TODO(mjark): Typing notifications.
         recents, token = yield self.store.get_recent_events_for_room(
             room_id,
             limit=sync_config.limit + 1,