sceyt-chat-react-uikit 1.7.8-beta.4 → 1.7.8-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.modern.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -22824,7 +22824,7 @@ function getContacts() {
|
|
|
22824
22824
|
case 0:
|
|
22825
22825
|
_context.p = 0;
|
|
22826
22826
|
SceytChatClient = getClient();
|
|
22827
|
-
if (!(SceytChatClient.
|
|
22827
|
+
if (!(SceytChatClient.connectionState === CONNECTION_STATUS.CONNECTED)) {
|
|
22828
22828
|
_context.n = 3;
|
|
22829
22829
|
break;
|
|
22830
22830
|
}
|
package/index.modern.js
CHANGED
|
@@ -22823,7 +22823,7 @@ function getContacts() {
|
|
|
22823
22823
|
case 0:
|
|
22824
22824
|
_context.p = 0;
|
|
22825
22825
|
SceytChatClient = getClient();
|
|
22826
|
-
if (!(SceytChatClient.
|
|
22826
|
+
if (!(SceytChatClient.connectionState === CONNECTION_STATUS.CONNECTED)) {
|
|
22827
22827
|
_context.n = 3;
|
|
22828
22828
|
break;
|
|
22829
22829
|
}
|