0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-06 11:18:47 +02:00

Remove typing TODO

This commit is contained in:
Mark Haines 2015-01-29 03:35:25 +00:00
parent 3dbce6f4a5
commit e3e72b8c5c

View file

@ -255,7 +255,6 @@ class SyncHandler(BaseHandler):
# the previous sync and this one.
# TODO(mjark): Apply the event filter in sync_config
# TODO(mjark): Check for redactions we might have missed.
# TODO(mjark): Typing notifications.
recents, token = yield self.store.get_recent_events_for_room(
room_id,
limit=sync_config.limit + 1,