short fix
This commit is contained in:
parent
7901aad3e7
commit
bc248a9e30
2 changed files with 14 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue