Comparing version 6.5.0 to 6.5.1
@@ -254,3 +254,10 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
if (shouldNotify) { | ||
_this2.sendNotification({ id: message.id, to: message.from, event: _limeJs2.default.NotificationEvent.RECEIVED }); | ||
_this2.sendNotification({ | ||
id: message.id, | ||
to: message.pp || message.from, | ||
event: _limeJs2.default.NotificationEvent.RECEIVED, | ||
metadata: { | ||
'#message.to': message.to | ||
} | ||
}); | ||
} | ||
@@ -333,3 +340,10 @@ | ||
if (shouldNotify && this._application.notifyConsumed) { | ||
this.sendNotification({ id: message.id, to: message.from, event: _limeJs2.default.NotificationEvent.CONSUMED }); | ||
this.sendNotification({ | ||
id: message.id, | ||
to: message.pp || message.from, | ||
event: _limeJs2.default.NotificationEvent.CONSUMED, | ||
metadata: { | ||
'#message.to': message.to | ||
} | ||
}); | ||
} | ||
@@ -336,0 +350,0 @@ } |
{ | ||
"name": "blip-sdk", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"description": "BLiP SDK JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/blip-sdk.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40092
720