Note to Self: On just expire timer update, set TIMER_UPDATE flag

This commit is contained in:
Scott Nonnenberg 2019-03-13 09:11:39 -07:00
parent ba461eb44a
commit c76d537482
2 changed files with 7 additions and 2 deletions

View file

@ -772,7 +772,8 @@ MessageSender.prototype = {
preview,
timestamp,
expireTimer,
profileKey
profileKey,
flags
) {
const attributes = {
recipients: [number],
@ -783,6 +784,7 @@ MessageSender.prototype = {
preview,
expireTimer,
profileKey,
flags,
};
const message = new Message(attributes);