quickblox 2.21.5-alpha.6 → 2.22.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.
@@ -287,14 +287,6 @@ var qbChatHelpers = {
287
287
  delete extension.moduleIdentifier;
288
288
  }
289
289
 
290
- if (extension.date_sent) {
291
- var parsedDateSent = Number(extension.date_sent);
292
-
293
- if (Number.isFinite(parsedDateSent)) {
294
- extension.date_sent = Math.trunc(parsedDateSent).toString();
295
- }
296
- }
297
-
298
290
  return {
299
291
  extension: extension,
300
292
  dialogId: dialogId
package/src/qbConfig.js CHANGED
@@ -12,7 +12,7 @@
12
12
  */
13
13
 
14
14
  var config = {
15
- version: '2.21.5',
15
+ version: '2.22.0',
16
16
  buildNumber: '1177',
17
17
  creds: {
18
18
  'appId': 0,