new comment websocket url
This commit is contained in:
parent
762005f217
commit
dad75f76bd
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue