mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
api(deltachat-rpc-client): add CONFIG_SYNCED constant
This commit is contained in:
@@ -61,6 +61,7 @@ class EventType(str, Enum):
|
|||||||
WEBXDC_INSTANCE_DELETED = "WebxdcInstanceDeleted"
|
WEBXDC_INSTANCE_DELETED = "WebxdcInstanceDeleted"
|
||||||
CHATLIST_CHANGED = "ChatlistChanged"
|
CHATLIST_CHANGED = "ChatlistChanged"
|
||||||
CHATLIST_ITEM_CHANGED = "ChatlistItemChanged"
|
CHATLIST_ITEM_CHANGED = "ChatlistItemChanged"
|
||||||
|
CONFIG_SYNCED = "ConfigSynced"
|
||||||
|
|
||||||
|
|
||||||
class ChatId(IntEnum):
|
class ChatId(IntEnum):
|
||||||
|
|||||||
Reference in New Issue
Block a user