Fix typo in fetchAllUsersFromThreads
This commit is contained in:
@@ -495,7 +495,7 @@ class Client(object):
|
|||||||
break
|
break
|
||||||
return Threads # from newest to oldest
|
return Threads # from newest to oldest
|
||||||
|
|
||||||
def fetchAllUsersFromThreads(client, threads):
|
def fetchAllUsersFromThreads(self, threads):
|
||||||
"""
|
"""
|
||||||
Get all users involved in threads.
|
Get all users involved in threads.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user