remove an ancient hack on context-teardown, refine and use more regular API for finalizing online accounts

This commit is contained in:
holger krekel
2019-09-18 10:12:17 +02:00
parent d644ca5563
commit ee327dc87d
3 changed files with 7 additions and 17 deletions

View File

@@ -305,7 +305,6 @@ class Chat(object):
def get_contacts(self):
""" get all contacts for this chat.
:params: contact object.
:raises ValueError: if contact could not be added
:returns: list of :class:`deltachat.chatting.Contact` objects for this chat
"""