From f240cb9f46c792c48f9c012f532f74963926b98a Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Wed, 26 Feb 2020 14:24:06 -0500 Subject: [PATCH 1/2] Updates the var name and URL for the goto JSON for use in chat. --- scripts/communityModules/chat/FloofChat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/communityModules/chat/FloofChat.js b/scripts/communityModules/chat/FloofChat.js index 85bc9b42ce..7ed24624c9 100644 --- a/scripts/communityModules/chat/FloofChat.js +++ b/scripts/communityModules/chat/FloofChat.js @@ -37,8 +37,8 @@ var visible = false; var historyVisible = false; var settingsRoot = "FloofChat"; -var darlingGotoUrl = "http://metaverse.darlingvr.club:8081/goto.json"; -var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", darlingGotoUrl); +var athenaGotoUrl = "https://staging-metaverse.projectathena.io/d-goto/app/goto.json"; +var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", athenaGotoUrl); var muted = Settings.getValue(settingsRoot + "/muted", {"Local": false, "Domain": false, "Grid": false}); From 4455fae3de477e182765029c49ad3ae519970e4c Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Thu, 27 Feb 2020 14:41:50 -0500 Subject: [PATCH 2/2] staging -> interim metaverse location & terminology. --- scripts/communityModules/chat/FloofChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/communityModules/chat/FloofChat.js b/scripts/communityModules/chat/FloofChat.js index 7ed24624c9..04fb7cce46 100644 --- a/scripts/communityModules/chat/FloofChat.js +++ b/scripts/communityModules/chat/FloofChat.js @@ -37,7 +37,7 @@ var visible = false; var historyVisible = false; var settingsRoot = "FloofChat"; -var athenaGotoUrl = "https://staging-metaverse.projectathena.io/d-goto/app/goto.json"; +var athenaGotoUrl = "https://metaverse.projectathena.io/interim/d-goto/app/goto.json"; var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", athenaGotoUrl); var muted = Settings.getValue(settingsRoot + "/muted", {"Local": false, "Domain": false, "Grid": false});