mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Set destination on end session messages for syncing
// FREEBIE
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user