diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-29 03:35:25 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-29 03:35:25 +0000 |
commit | e3e72b8c5c004c403929406fc952141fd0f1b8ae (patch) | |
tree | 4a3486a10195be04a6710c7f8a15d4201c38a155 /synapse/handlers | |
parent | Add typing notifications to sync (diff) | |
download | synapse-e3e72b8c5c004c403929406fc952141fd0f1b8ae.tar.xz |
Remove typing TODO
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/sync.py | 1 |
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, |