Skip to content

Commit b920552

Browse files
authored
api: jsonrpc: typescript remove unused constants (#7355)
1 parent 92c3190 commit b920552

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deltachat-jsonrpc/typescript/scripts/generate-constants.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ const constants = data
4040
key.startsWith("DC_DOWNLOAD") ||
4141
key.startsWith("DC_INFO_") ||
4242
(key.startsWith("DC_MSG") && !key.startsWith("DC_MSG_ID")) ||
43-
key.startsWith("DC_QR_")
43+
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_")
4449
);
4550
})
4651
.map((row) => {

0 commit comments

Comments
 (0)