Fix typo in fetchAllUsersFromThreads

This commit is contained in:
2FWAH
2018-06-07 21:58:00 +02:00
committed by GitHub
parent 0767ef4902
commit 0048e82151

View File

@@ -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.