mirror of https://github.com/zulip/zulip.git
call_on_each_message: Remove dead 'first' parameter.
(imported from commit 06885bf8049238184226d9fc7b64345e6848931a)
This commit is contained in:
parent
735857008a
commit
1bc98a6f8a
|
@ -153,7 +153,6 @@ class HumbugAPI(object):
|
|||
max_message_id = None
|
||||
while True:
|
||||
if max_message_id is not None:
|
||||
options["first"] = "0"
|
||||
options["last"] = str(max_message_id)
|
||||
res = self.get_messages(options)
|
||||
if 'error' in res.get('result'):
|
||||
|
|
Loading…
Reference in New Issue