update notification websocket to sockety
This commit is contained in:
parent
5ac9e70304
commit
0653dbde04
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import * as ACTIONS from 'constants/action_types';
|
||||||
import { getAuthToken } from 'util/saved-passwords';
|
import { getAuthToken } from 'util/saved-passwords';
|
||||||
import { doNotificationList } from 'redux/actions/notifications';
|
import { doNotificationList } from 'redux/actions/notifications';
|
||||||
|
|
||||||
const NOTIFICATION_WS_URL = 'wss://api.lbry.com/subscribe?auth_token=';
|
const NOTIFICATION_WS_URL = 'wss://sockety.lbry.com/ws/internal?id=';
|
||||||
const COMMENT_WS_URL = 'wss://sockety.lbry.com/ws/commentron?id=';
|
const COMMENT_WS_URL = 'wss://sockety.lbry.com/ws/commentron?id=';
|
||||||
|
|
||||||
let sockets = {};
|
let sockets = {};
|
||||||
|
|
Loading…
Reference in a new issue