identicons basic support
This commit is contained in:
parent
f3aa0aeda3
commit
c0a143c817
9 changed files with 36 additions and 14 deletions
|
@ -136,8 +136,8 @@ class Profile(basecontact.BaseContact):
|
|||
self._call.stop()
|
||||
del self._call
|
||||
|
||||
def reset_avatar(self):
|
||||
super().reset_avatar()
|
||||
def reset_avatar(self, generate_new):
|
||||
super().reset_avatar(generate_new)
|
||||
for friend in filter(lambda x: x.status is not None, self._contacts):
|
||||
self.send_avatar(friend.number)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue