mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Note to Self: On just expire timer update, set TIMER_UPDATE flag
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user