From 47e87a4720879862e60374ef7aca78b7f210b70a Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Thu, 6 Feb 2020 16:05:11 -0800 Subject: [PATCH] add note --- js/background.js | 1 + 1 file changed, 1 insertion(+) 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, '')