diff --git a/js/background.js b/js/background.js index 85f040d99..7ef8f8208 100644 --- a/js/background.js +++ b/js/background.js @@ -1059,6 +1059,7 @@ window.setMediaPermissions(!mediaPermissions); }; + // attempts a connection to an open group server window.attemptConnection = async (serverURL, channelId) => { let rawserverURL = serverURL .replace(/^https?:\/\//i, '')