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

@@ -171,7 +171,13 @@ type AppMessageDefinitions = {
, "main:receiverSelector/close": {}
, "main:receiverSelector/stop": ReceiverSelectionStop
/**
* getInfo uses the old :/ form for compat with old bridge
* versions.
*/
, "bridge:getInfo": string
, "bridge:/getInfo": string
, "bridge:initialize": { shouldWatchStatus: boolean }
, "bridge:receiverSelector/open": any