video call button

This commit is contained in:
ingvar1995 2016-06-07 22:43:25 +03:00
parent bc248a9e30
commit 298dba4d6c
4 changed files with 15 additions and 10 deletions

View file

@ -563,7 +563,6 @@ class Profile(Contact, Singleton):
try:
for message in messages:
self.split_and_send(friend_number, message.get_data()[-1], message.get_data()[0].encode('utf-8'))
friend.mark_as_sent()
except:
pass