getThreadList fix: end is ignored by the querry

This commit is contained in:
botcs
2017-03-07 15:58:47 +01:00
parent 3ea27ea49a
commit 3f3929fcde

View File

@@ -528,7 +528,7 @@ class Client(object):
key = 'user_ids' key = 'user_ids'
else: else:
key = 'thread_fbids' key = 'thread_fbids'
assert
# deprecated # deprecated
# `start` doesn't matter, always returns from the last # `start` doesn't matter, always returns from the last
# data['messages[{}][{}][offset]'.format(key, userID)] = start # data['messages[{}][{}][offset]'.format(key, userID)] = start