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