forked from MirrorHub/synapse
Remove typing TODO
This commit is contained in:
parent
3dbce6f4a5
commit
e3e72b8c5c
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue