identicons basic support

This commit is contained in:
ingvar1995 2018-05-16 20:25:21 +03:00
parent f3aa0aeda3
commit c0a143c817
9 changed files with 36 additions and 14 deletions

View file

@ -295,6 +295,7 @@ class ContactsManager:
self._history.add_friend_to_db(tox_id)
friend = self._contact_provider.get_friend_by_public_key(tox_id)
self._contacts.append(friend)
friend.reset_avatar()
def block_user(self, tox_id):
"""