summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-29 18:15:24 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-29 18:15:24 +0000
commitece828a7b72a25502d8daa15f6429c73a620b53c (patch)
tree8cb3042d35024d250f695a2a10004f5f5d70b51e /synapse/handlers/sync.py
parentAdd basic filtering support (diff)
downloadsynapse-ece828a7b72a25502d8daa15f6429c73a620b53c.tar.xz
Update todo for the filtering on sync
Diffstat (limited to '')
-rw-r--r--synapse/handlers/sync.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 8c7681a48d..5768702192 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -290,7 +290,8 @@ class SyncHandler(BaseHandler):
         """
         # TODO(mjark): Check if they have joined the room between
         # the previous sync and this one.
-        # TODO(mjark): Apply the event filter in sync_config
+        # TODO(mjark): Apply the event filter in sync_config taking care to get
+        # enough events to reach the limit
         # TODO(mjark): Check for redactions we might have missed.
         recents, token = yield self.store.get_recent_events_for_room(
             room_id,