typo
This commit is contained in:
parent
517a9c6850
commit
c048984641
|
@ -317,7 +317,7 @@ class GroupchatWindow(chat.Chat):
|
|||
c = self.contacts[room_jid][nick]
|
||||
if c.show == show and c.status == status and \
|
||||
c.affiliation == affiliation: #no change
|
||||
return
|
||||
return
|
||||
c.show = show
|
||||
c.affiliation = affiliation
|
||||
roster = self.plugin.roster
|
||||
|
|
Loading…
Reference in New Issue