From b7a25d50928520feab6def152bce78946363cbdf Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 15 May 2024 17:02:01 +0000 Subject: [PATCH] api(deltachat-rpc-client): add CONFIG_SYNCED constant --- deltachat-rpc-client/src/deltachat_rpc_client/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deltachat-rpc-client/src/deltachat_rpc_client/const.py b/deltachat-rpc-client/src/deltachat_rpc_client/const.py index 2a27b0a9a..b0566e03d 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/const.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/const.py @@ -61,6 +61,7 @@ class EventType(str, Enum): WEBXDC_INSTANCE_DELETED = "WebxdcInstanceDeleted" CHATLIST_CHANGED = "ChatlistChanged" CHATLIST_ITEM_CHANGED = "ChatlistItemChanged" + CONFIG_SYNCED = "ConfigSynced" class ChatId(IntEnum):