tweak: Update ws URL and channel name
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||||||
//Create progress bar
|
//Create progress bar
|
||||||
const book_bar = new ProgressBar();
|
const book_bar = new ProgressBar();
|
||||||
//Pat Lilac
|
//Pat Lilac
|
||||||
const websocket = new ReconnectingWebSocket("wss://lilac.thewisewolf.dev/campaigns/partnerplus2026/ws");
|
const websocket = new ReconnectingWebSocket("wss://lilac.thewisewolf.dev/tracker/timer/ws");
|
||||||
communicate(websocket, book_bar);
|
communicate(websocket, book_bar);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ function communicate(websocket, book_bar) {
|
|||||||
JSON.stringify(
|
JSON.stringify(
|
||||||
{
|
{
|
||||||
type: "init",
|
type: "init",
|
||||||
channel: "SubTimer",
|
channel: "CampaignRewards",
|
||||||
community: params.get('community')
|
community: params.get('community')
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user