From 2e30c4388fc777a65056156964e01103ffed4289 Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 23 Feb 2016 12:27:49 -0800 Subject: [PATCH] Set destination on end session messages for syncing // FREEBIE --- js/models/conversations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/models/conversations.js b/js/models/conversations.js index 9485601f..e3098aa8 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -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));