Set destination on end session messages for syncing

// FREEBIE
This commit is contained in:
lilia 2016-02-23 12:27:49 -08:00
parent e91f646920
commit 2e30c4388f

View file

@ -156,6 +156,7 @@
type : 'outgoing',
sent_at : now,
received_at : now,
destination : this.id,
flags : textsecure.protobuf.DataMessage.Flags.END_SESSION
});
message.send(textsecure.messaging.closeSession(this.id, now));