Set destination on end session messages for syncing
// FREEBIE
This commit is contained in:
parent
e91f646920
commit
2e30c4388f
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@
|
||||||
type : 'outgoing',
|
type : 'outgoing',
|
||||||
sent_at : now,
|
sent_at : now,
|
||||||
received_at : now,
|
received_at : now,
|
||||||
|
destination : this.id,
|
||||||
flags : textsecure.protobuf.DataMessage.Flags.END_SESSION
|
flags : textsecure.protobuf.DataMessage.Flags.END_SESSION
|
||||||
});
|
});
|
||||||
message.send(textsecure.messaging.closeSession(this.id, now));
|
message.send(textsecure.messaging.closeSession(this.id, now));
|
||||||
|
|
Loading…
Reference in a new issue