From 0048e82151751f2b4c4d0060b46bef493390c4b2 Mon Sep 17 00:00:00 2001 From: 2FWAH <36737818+2FWAH@users.noreply.github.com> Date: Thu, 7 Jun 2018 21:58:00 +0200 Subject: [PATCH] Fix typo in fetchAllUsersFromThreads --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index 7fb4305..3f731c9 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -495,7 +495,7 @@ class Client(object): break return Threads # from newest to oldest - def fetchAllUsersFromThreads(client, threads): + def fetchAllUsersFromThreads(self, threads): """ Get all users involved in threads.