contact status is now 'connected'/'not connected since ... hours'
This commit is contained in:
parent
430291a7e2
commit
ceff0b4019
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
||||||
contact.status = s
|
contact.status = s
|
||||||
else:
|
else:
|
||||||
contact = Contact(_id, profile.get_name(), s)
|
contact = Contact(_id, profile.get_name(), s)
|
||||||
contact.status_msg = u'%s old' % profile.table['details']['old']
|
contact.status_msg = profile.get_status()
|
||||||
contact.summary = profile.description
|
contact.summary = profile.description
|
||||||
for photo in profile.photos:
|
for photo in profile.photos:
|
||||||
contact.set_photo(photo.split('/')[-1], url=photo, thumbnail_url=photo.replace('image', 'thumb1_'))
|
contact.set_photo(photo.split('/')[-1], url=photo, thumbnail_url=photo.replace('image', 'thumb1_'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue