UI improvements. screenshots sending update

This commit is contained in:
ingvar1995 2016-05-08 13:51:56 +03:00
parent 78c376a0b0
commit c6d832ae92
48 changed files with 50 additions and 33 deletions

View file

@ -796,7 +796,7 @@ class Profile(Contact, Singleton):
:return: True on success else error string
"""
try:
message = message or 'Add me to your contact list'
message = message or 'Hello! Add me to your contact list please'
if '@' in tox_id: # value like groupbot@toxme.io
tox_id = tox_dns(tox_id)
if tox_id is None: