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):