UI improvements. screenshots sending update
This commit is contained in:
parent
78c376a0b0
commit
c6d832ae92
48 changed files with 50 additions and 33 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue