Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrDoctorWho <mrdoctorwho@gmail.com>2015-01-19 20:01:41 +0300
committermrDoctorWho <mrdoctorwho@gmail.com>2015-01-19 20:01:41 +0300
commit566d42a25066a178a799e55a7d4b0a0e274b0ac6 (patch)
tree92dbc7373070a95bc671b62e0035bd635bdeacbf
parentdd58667c9d5c81423fc60d38626f847a9c46313c (diff)
Fix for the previous fixr243
-rw-r--r--extensions/groupchats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/groupchats.py b/extensions/groupchats.py
index 33b8a6b..f183891 100644
--- a/extensions/groupchats.py
+++ b/extensions/groupchats.py
@@ -162,7 +162,7 @@ class Chat(object):
if userObject.settings.show_all_chat_users:
users = self.getVKChat(userObject, self.id)
if users:
- all_users = users[0].get("users", [])
+ all_users = users.get("users", [])
for user in all_users:
## checking if there new users we didn't join yet