Skip to content
Snippets Groups Projects
Commit 9aea4133 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

little bugfix

parent dfecd657
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,8 @@ class plugin:
user1 = u
break
if user1:
old_show = statuss.index(user1.show)
if user1.show in statuss:
old_show = statuss.index(user1.show)
else:
user1 = self.roster.contacts[account][ji][0]
if user1.show in statuss:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment