diff --git a/fbchat/client.py b/fbchat/client.py index 022850b..e6e04fc 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -1993,6 +1993,10 @@ class Client(object): self.sticky = content['lb_info']['sticky'] self.pool = content['lb_info']['pool'] + if 'batches' in content: + for batch in content['batches']: + self._parseMessage(batch) + if 'ms' not in content: return for m in content["ms"]: