docs + translations

This commit is contained in:
ingvar1995 2016-06-05 20:17:39 +03:00
parent 672dafc701
commit c114e9b6c3
10 changed files with 543 additions and 307 deletions

View file

@ -506,6 +506,7 @@ class Profile(Contact, Singleton):
"""
Friend with specified number quit
"""
# TODO: fix
self.get_friend_by_number(friend_number).status = None
self.friend_typing(friend_number, False)
if friend_number in self._call: