mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
fixed: make export/import work with blob-files again
also add some more logging.
This commit is contained in:
@@ -189,6 +189,7 @@ class Account(object):
|
||||
:param contact: chat_id (int) or contact object.
|
||||
:returns: a :class:`deltachat.chatting.Chat` object.
|
||||
"""
|
||||
assert contact._dc_context == self._dc_context
|
||||
contact_id = getattr(contact, "id", contact)
|
||||
assert isinstance(contact_id, int)
|
||||
chat_id = lib.dc_create_chat_by_contact_id(
|
||||
|
||||
Reference in New Issue
Block a user