Skip to content

Commit f64ad16

Browse files
committed
cleanup
1 parent ac3f260 commit f64ad16

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

quickblox.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/modules/chat/qbChat.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -818,9 +818,6 @@ ChatProxy.prototype = {
818818

819819
self.helpers.setUserCurrentJid(self.helpers.userCurrentJid(self.Client));
820820

821-
// enable carbons
822-
self._enableCarbons();
823-
824821
if (typeof callback === 'function') {
825822
var presence = chatUtils.createStanza(XMPP.Stanza, null,'presence');
826823

src/qbConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
var config = {
1515
version: '2.8.1',
16-
buildNumber: '1070',
16+
buildNumber: '1071',
1717
creds: {
1818
appId: '',
1919
authKey: '',

0 commit comments

Comments
 (0)