Skip to content
Snippets Groups Projects
Commit ece828a7 authored by Mark Haines's avatar Mark Haines
Browse files

Update todo for the filtering on sync

parent 365a1867
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment