bug with avatars fixed. bug with contacts statuses during reconnection was fixed
This commit is contained in:
parent
47c115e699
commit
8411f08348
3 changed files with 10 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ class FileTransfersHandler(ToxSave):
|
|||
if ra.state != FILE_TRANSFER_STATE['CANCELLED']:
|
||||
self._file_transfers[(friend_number, file_number)] = ra
|
||||
ra.set_transfer_finished_handler(self.transfer_finished)
|
||||
else:
|
||||
elif not size:
|
||||
friend.reset_avatar(self._settings['identicons'])
|
||||
|
||||
def _send_avatar_to_contacts(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue