mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Improvements to plaintext export
This commit is contained in:
@@ -1676,6 +1676,9 @@ export class BackupExportStream extends Readable {
|
||||
}
|
||||
|
||||
result.poll = pollMessage;
|
||||
} else if (message.pollTerminateNotification) {
|
||||
// TODO (DESKTOP-9282)
|
||||
return undefined;
|
||||
} else {
|
||||
result.standardMessage = await this.#toStandardMessage({
|
||||
message,
|
||||
|
||||
Reference in New Issue
Block a user