quickblox 2.17.15-logger → 2.17.16-logger
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/package.json +1 -1
- package/quickblox.js +3 -3
- package/quickblox.min.js +1 -1
- package/src/qbConfig.js +1 -1
- package/src/qbMain.js +2 -2
package/package.json
CHANGED
package/quickblox.js
CHANGED
|
@@ -51494,7 +51494,7 @@ module.exports = StreamManagement;
|
|
|
51494
51494
|
*/
|
|
51495
51495
|
|
|
51496
51496
|
var config = {
|
|
51497
|
-
version: '2.17.
|
|
51497
|
+
version: '2.17.16-logger',
|
|
51498
51498
|
buildNumber: '1161',
|
|
51499
51499
|
creds: {
|
|
51500
51500
|
'appId': 0,
|
|
@@ -51882,11 +51882,11 @@ QuickBlox.prototype = {
|
|
|
51882
51882
|
},
|
|
51883
51883
|
|
|
51884
51884
|
getChat: function() {
|
|
51885
|
-
return
|
|
51885
|
+
return QB.chat;
|
|
51886
51886
|
},
|
|
51887
51887
|
|
|
51888
51888
|
getLogger: function() {
|
|
51889
|
-
return
|
|
51889
|
+
return QB.chat? QB.chat.onLogListener: null;
|
|
51890
51890
|
}
|
|
51891
51891
|
|
|
51892
51892
|
};
|