mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-30 15:43:24 -05:00
Update todo for the filtering on sync
This commit is contained in:
parent
365a186729
commit
ece828a7b7
@ -290,7 +290,8 @@ class SyncHandler(BaseHandler):
|
|||||||
"""
|
"""
|
||||||
# TODO(mjark): Check if they have joined the room between
|
# TODO(mjark): Check if they have joined the room between
|
||||||
# the previous sync and this one.
|
# 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.
|
# TODO(mjark): Check for redactions we might have missed.
|
||||||
recents, token = yield self.store.get_recent_events_for_room(
|
recents, token = yield self.store.get_recent_events_for_room(
|
||||||
room_id,
|
room_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user