@onyx-p/imlib-web 2.1.9 → 2.2.0
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.esm.js +1 -0
- package/index.umd.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -21788,6 +21788,7 @@ class LibLoader {
|
|
21788
21788
|
this.watcher.onSuspend?.();
|
21789
21789
|
}
|
21790
21790
|
handleUserConnected() {
|
21791
|
+
logger.info('user connected -> ', accountStore.uid.toString());
|
21791
21792
|
this.messageLoader?.start();
|
21792
21793
|
setTimeout(() => {
|
21793
21794
|
if (this.connectionStatus !== ConnectionStatus.CONNECTED) return;
|
package/index.umd.js
CHANGED
@@ -21794,6 +21794,7 @@
|
|
21794
21794
|
this.watcher.onSuspend?.();
|
21795
21795
|
}
|
21796
21796
|
handleUserConnected() {
|
21797
|
+
logger.info('user connected -> ', accountStore.uid.toString());
|
21797
21798
|
this.messageLoader?.start();
|
21798
21799
|
setTimeout(() => {
|
21799
21800
|
if (this.connectionStatus !== exports.ConnectionStatus.CONNECTED) return;
|