Remove more unused parameters

This commit is contained in:
Daniel Wagner-Hall 2015-11-02 15:31:57 +00:00
parent 192241cf2a
commit 771ca56c88
6 changed files with 2 additions and 13 deletions

View file

@ -342,7 +342,6 @@ class SyncHandler(BaseHandler):
sync_config.user.to_string(),
from_key=since_token.room_key,
to_key=now_token.room_key,
room_id=None,
limit=timeline_limit + 1,
)