Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Fix for the previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDoctorWho committed Jan 19, 2015
1 parent dd58667 commit 566d42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/groupchats.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def update(self, userObject, vkChat):
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
Expand Down

0 comments on commit 566d42a

Please sign in to comment.