Import/export additional message flags

This commit is contained in:
Fedor Indutny 2024-06-13 16:26:26 -07:00 committed by GitHub
parent cf8023821c
commit de638fbc2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 85 additions and 2 deletions

View file

@ -747,7 +747,7 @@ export class BackupExportStream extends Readable {
expireStartDate,
expiresInMs,
revisions: [],
sms: false,
sms: message.sms === true,
};
if (!isNormalBubble(message)) {