short fix

This commit is contained in:
ingvar1995
2016-06-07 12:27:58 +03:00
parent 7901aad3e7
commit bc248a9e30
2 changed files with 14 additions and 4 deletions

View File

@ -114,6 +114,10 @@ class History(object):
finally:
db.close()
def update_messages(self, tox_id, count):
# TODO: mark all unsent messages to friend with specified public key :tox_id (except last :count) as sent
pass
def delete_messages(self, tox_id):
chdir(settings.ProfileHelper.get_path())
db = connect(self._name + '.hstr')