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,
body,
deletedForEveryoneTimestamp: message.get('deletedForEveryoneTimestamp'),
expireTimer: conversation.get('expireTimer'),
expireTimer: message.get('expireTimer'),
mentions: message.get('bodyRanges'),
messageTimestamp,
preview,