mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
remove MessageType, remove account.get_blob_dir which is duplicate of get_blobdir()
This commit is contained in:
@@ -69,10 +69,6 @@ class Account(object):
|
||||
d[key.lower()] = value
|
||||
return d
|
||||
|
||||
def get_blob_dir(self):
|
||||
""" return blob directory for this account. """
|
||||
return from_dc_charpointer(lib.dc_get_blobdir(self._dc_context))
|
||||
|
||||
def set_config(self, name, value):
|
||||
""" set configuration values.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user