Reset Session: Include timestamp in DataMessage proto
This commit is contained in:
parent
45024beb9c
commit
ba8aad3755
1 changed files with 1 additions and 0 deletions
|
@ -1232,6 +1232,7 @@ export default class MessageSender {
|
|||
const proto = new window.textsecure.protobuf.DataMessage();
|
||||
proto.body = 'TERMINATE';
|
||||
proto.flags = window.textsecure.protobuf.DataMessage.Flags.END_SESSION;
|
||||
proto.timestamp = timestamp;
|
||||
|
||||
const logError = (prefix: string) => (error: Error) => {
|
||||
window.log.error(prefix, error && error.stack ? error.stack : error);
|
||||
|
|
Loading…
Reference in a new issue