Use old message format with getInfo message for compat

This commit is contained in:
hensm
2021-04-24 21:37:27 +01:00
committed by Matt Hensman
parent e33531d1ba
commit f8003d99a0
4 changed files with 15 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ const getInfo = () => new Promise<BridgeInfo>(async (resolve, reject) => {
applicationVersion = await nativeMessaging.sendNativeMessage(
applicationName
, { subject: "bridge:getInfo"
, { subject: "bridge:/getInfo"
, data: version });
} catch (err) {
logger.error("Bridge connection failed.");