We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c3190 commit b920552Copy full SHA for b920552
deltachat-jsonrpc/typescript/scripts/generate-constants.js
@@ -40,7 +40,12 @@ const constants = data
40
key.startsWith("DC_DOWNLOAD") ||
41
key.startsWith("DC_INFO_") ||
42
(key.startsWith("DC_MSG") && !key.startsWith("DC_MSG_ID")) ||
43
- key.startsWith("DC_QR_")
+ key.startsWith("DC_QR_") ||
44
+ key.startsWith("DC_CERTCK_") ||
45
+ key.startsWith("DC_SOCKET_") ||
46
+ key.startsWith("DC_LP_AUTH_") ||
47
+ key.startsWith("DC_PUSH_") ||
48
+ key.startsWith("DC_TEXT1_")
49
);
50
})
51
.map((row) => {
0 commit comments