summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-29 03:35:25 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-29 03:35:25 +0000
commite3e72b8c5c004c403929406fc952141fd0f1b8ae (patch)
tree4a3486a10195be04a6710c7f8a15d4201c38a155
parentAdd typing notifications to sync (diff)
downloadsynapse-e3e72b8c5c004c403929406fc952141fd0f1b8ae.tar.xz
Remove typing TODO
-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,