mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 08:13:37 +01:00
Exclude erased messages from backup
This commit is contained in:
@@ -1748,6 +1748,8 @@ export class BackupExportStream extends Readable {
|
||||
} else if (message.pollTerminateNotification) {
|
||||
// TODO (DESKTOP-9282)
|
||||
return undefined;
|
||||
} else if (message.isErased) {
|
||||
return undefined;
|
||||
} else {
|
||||
result.standardMessage = await this.#toStandardMessage({
|
||||
message,
|
||||
|
||||
Reference in New Issue
Block a user