diff --git a/web/app/assets/javascripts/wizard/gear_utils.js b/web/app/assets/javascripts/wizard/gear_utils.js index 38d0bf13c..7b623f898 100644 --- a/web/app/assets/javascripts/wizard/gear_utils.js +++ b/web/app/assets/javascripts/wizard/gear_utils.js @@ -354,7 +354,7 @@ var musicPorts = jamClient.FTUEGetChannels(); //var chatsOnCurrentDevice = context.jamClient.FTUEGetChatInputs(true); - var chatsOnOtherDevices = context.jamClient.FTUEGetChatInputs(false, false); + var chatsOnOtherDevices = context.jamClient.FTUEGetChatInputs(false, true); // remove all virtual/remote junk form chat inputs. Their key contains' JamKazam when it's Virtual Input or Remote Object.keys(chatsOnOtherDevices).forEach(function(key) {