mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
some refinements, bump versions already
This commit is contained in:
@@ -2,7 +2,7 @@ from deltachat import capi, const
|
||||
from deltachat.capi import ffi
|
||||
from deltachat.account import Account # noqa
|
||||
|
||||
__version__ = "0.10.0.dev3"
|
||||
__version__ = "0.10.0.dev4"
|
||||
|
||||
|
||||
_DC_CALLBACK_MAP = {}
|
||||
|
||||
@@ -206,7 +206,6 @@ class MessageType(object):
|
||||
return self._type == const.DC_MSG_FILE
|
||||
|
||||
|
||||
|
||||
@attr.s
|
||||
class MessageState(object):
|
||||
""" Current Message In/Out state, updated on each call of is_* methods.
|
||||
|
||||
Reference in New Issue
Block a user