Fix no delivery receipts on close session messages
// FREEBIE
This commit is contained in:
parent
adf919e0fe
commit
bc576e18d5
3 changed files with 5 additions and 5 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue