api: jsonrpc: typescript remove unused constants (#7355)

This commit is contained in:
Simon Laux
2025-10-28 17:59:32 +01:00
committed by GitHub
parent 92c31903c6
commit b920552fc3

View File

@@ -40,7 +40,12 @@ const constants = data
key.startsWith("DC_DOWNLOAD") ||
key.startsWith("DC_INFO_") ||
(key.startsWith("DC_MSG") && !key.startsWith("DC_MSG_ID")) ||
key.startsWith("DC_QR_")
key.startsWith("DC_QR_") ||
key.startsWith("DC_CERTCK_") ||
key.startsWith("DC_SOCKET_") ||
key.startsWith("DC_LP_AUTH_") ||
key.startsWith("DC_PUSH_") ||
key.startsWith("DC_TEXT1_")
);
})
.map((row) => {