typo
This commit is contained in:
parent
ee7067a4ec
commit
d0299a2f3f
|
@ -140,7 +140,7 @@ class HistoryWindow:
|
|||
tag_msg = 'status'
|
||||
elif type == 'recv':
|
||||
try:
|
||||
name = self.plugin.roster.contacts[self.jid][0].name
|
||||
name = self.plugin.roster.contacts[self.account][self.jid][0].name
|
||||
except:
|
||||
name = None
|
||||
if not name:
|
||||
|
|
Loading…
Reference in New Issue