Skip to content
Snippets Groups Projects
Commit d59c58bc authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove weird stuff

parent 8c6012a4
No related branches found
No related tags found
No related merge requests found
......@@ -130,11 +130,6 @@ class SyncHandler(BaseHandler):
self.event_sources = hs.get_event_sources()
self.clock = hs.get_clock()
@defer.inlineCallbacks
def get_sync_for_user(self, sync_config, since_token=None, timeout=0,
filter_collection=DEFAULT_FILTER_COLLECTION):
pass
@defer.inlineCallbacks
def wait_for_sync_for_user(self, sync_config, since_token=None, timeout=0,
full_state=False):
......@@ -777,7 +772,6 @@ class SyncHandler(BaseHandler):
just_joined = yield self.check_joined_room(sync_config, state)
if just_joined:
state = yield self.get_state_at(room_id, now_token)
# batch.limited = True
notifs = yield self.unread_notifs_for_room_id(
room_id, sync_config, all_ephemeral_by_room
......
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