Fix when outbound message expire timers are set

This commit is contained in:
Evan Hahn 2021-09-07 11:36:19 -05:00 committed by GitHub
parent cc52a94c76
commit 0c741adbe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -487,7 +487,7 @@ async function getMessageSendData({
attachments, attachments,
body, body,
deletedForEveryoneTimestamp: message.get('deletedForEveryoneTimestamp'), deletedForEveryoneTimestamp: message.get('deletedForEveryoneTimestamp'),
expireTimer: conversation.get('expireTimer'), expireTimer: message.get('expireTimer'),
mentions: message.get('bodyRanges'), mentions: message.get('bodyRanges'),
messageTimestamp, messageTimestamp,
preview, preview,