mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix no delivery receipts on close session messages
// FREEBIE
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
received_at : now,
|
||||
flags : textsecure.protobuf.DataMessage.Flags.END_SESSION
|
||||
});
|
||||
message.send(textsecure.messaging.closeSession(this.id));
|
||||
message.send(textsecure.messaging.closeSession(this.id, now));
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user