From 3f3929fcdec89c6c34577b63af086c4e28879f54 Mon Sep 17 00:00:00 2001 From: botcs Date: Tue, 7 Mar 2017 15:58:47 +0100 Subject: [PATCH] getThreadList fix: `end` is ignored by the querry --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index 40f444e..351894b 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -528,7 +528,7 @@ class Client(object): key = 'user_ids' else: key = 'thread_fbids' - assert + # deprecated # `start` doesn't matter, always returns from the last # data['messages[{}][{}][offset]'.format(key, userID)] = start