Fix websocket not connecting when session index is 0
Этот коммит содержится в:
@@ -38,7 +38,7 @@ class SocketStoreClass extends EventEmitter {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!global.window.mm_session_token_index) {
|
||||
if (!global.window.hasOwnProperty('mm_session_token_index')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user