new comment websocket url

This commit is contained in:
Sean Yesmunt 2021-04-20 13:28:22 -04:00
parent 762005f217
commit dad75f76bd

View file

@ -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 = {};