typo
This commit is contained in:
parent
74c53da32a
commit
4c33f4d478
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class Contacts:
|
||||||
mood={}, tune={}, activity={}):
|
mood={}, tune={}, activity={}):
|
||||||
return Contact(jid=jid, name=name, groups=groups, show=show,
|
return Contact(jid=jid, name=name, groups=groups, show=show,
|
||||||
status=status, sub=sub, ask=ask, resource=resource, priority=priority,
|
status=status, sub=sub, ask=ask, resource=resource, priority=priority,
|
||||||
keyID=keyID, chatstate=our_chatstate, chatstate=chatstate,
|
keyID=keyID, our_chatstate=our_chatstate, chatstate=chatstate,
|
||||||
last_status_time=last_status_time, composing_xep=composing_xep,
|
last_status_time=last_status_time, composing_xep=composing_xep,
|
||||||
mood=mood, tune=tune, activity=activity)
|
mood=mood, tune=tune, activity=activity)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue