|
|
@ -38249,9 +38249,11 @@ MessageReceiver.prototype.extend({
|
|
|
|
ev.data = {
|
|
|
|
ev.data = {
|
|
|
|
destination : destination,
|
|
|
|
destination : destination,
|
|
|
|
timestamp : timestamp.toNumber(),
|
|
|
|
timestamp : timestamp.toNumber(),
|
|
|
|
message : message,
|
|
|
|
message : message
|
|
|
|
expirationStartTimestamp : expirationStartTimestamp.toNumber()
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
if (expirationStartTimestamp) {
|
|
|
|
|
|
|
|
ev.data.expirationStartTimestamp = expirationStartTimestamp.toNumber();
|
|
|
|
|
|
|
|
}
|
|
|
|
this.dispatchEvent(ev);
|
|
|
|
this.dispatchEvent(ev);
|
|
|
|
}.bind(this));
|
|
|
|
}.bind(this));
|
|
|
|
}.bind(this));
|
|
|
|
}.bind(this));
|
|
|
|