some messages improvements

This commit is contained in:
ingvar1995
2017-04-05 23:46:32 +03:00
parent f897c7ce8d
commit 3ef581bc5d
2 changed files with 11 additions and 9 deletions

View File

@@ -412,8 +412,8 @@ class Profile(basecontact.BaseContact, Singleton):
for message in messages:
self.split_and_send(friend_number, message.get_data()[-1], message.get_data()[0].encode('utf-8'))
friend.inc_receipts()
except:
pass
except Exception as ex:
log('Sending pending messages failed with ' + str(ex))
def split_and_send(self, number, message_type, message):
"""