From dad75f76bd458650fa7c7ba859a16c5098995ad7 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 20 Apr 2021 13:28:22 -0400 Subject: [PATCH] new comment websocket url --- ui/redux/actions/websocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/redux/actions/websocket.js b/ui/redux/actions/websocket.js index 77392d34f..cac3dfe20 100644 --- a/ui/redux/actions/websocket.js +++ b/ui/redux/actions/websocket.js @@ -3,7 +3,7 @@ import { getAuthToken } from 'util/saved-passwords'; import { doNotificationList } from 'redux/actions/notifications'; const NOTIFICATION_WS_URL = 'wss://api.lbry.com/subscribe?auth_token='; -const COMMENT_WS_URL = `wss://comments.lbry.com/api/v2/live-chat/subscribe?subscription_id=`; +const COMMENT_WS_URL = 'wss://sockety.lbry.com/ws/commentron?id='; let sockets = {}; let closingSockets = {};