parent
881aa1685d
commit
3d55f2c125
1 changed files with 1 additions and 1 deletions
|
@ -36911,7 +36911,7 @@ MessageReceiver.prototype = {
|
||||||
}
|
}
|
||||||
if (syncMessage.sent) {
|
if (syncMessage.sent) {
|
||||||
var sentMessage = syncMessage.sent;
|
var sentMessage = syncMessage.sent;
|
||||||
console.log('sent message to', sentMessage.destination, envelope.timestamp.toNumber(), 'from', envelope.source + '.' + envelope.sourceDevice);
|
console.log('sent message to', sentMessage.destination, sentMessage.timestamp.toNumber(), 'from', envelope.source + '.' + envelope.sourceDevice);
|
||||||
return this.handleSentMessage(
|
return this.handleSentMessage(
|
||||||
sentMessage.destination,
|
sentMessage.destination,
|
||||||
sentMessage.timestamp,
|
sentMessage.timestamp,
|
||||||
|
|
Loading…
Reference in a new issue