mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 04:49:24 -05:00
Remove typing TODO
This commit is contained in:
parent
3dbce6f4a5
commit
e3e72b8c5c
@ -255,7 +255,6 @@ class SyncHandler(BaseHandler):
|
|||||||
# 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
|
||||||
# TODO(mjark): Check for redactions we might have missed.
|
# TODO(mjark): Check for redactions we might have missed.
|
||||||
# TODO(mjark): Typing notifications.
|
|
||||||
recents, token = yield self.store.get_recent_events_for_room(
|
recents, token = yield self.store.get_recent_events_for_room(
|
||||||
room_id,
|
room_id,
|
||||||
limit=sync_config.limit + 1,
|
limit=sync_config.limit + 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user