mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 08:13:37 +01:00
Fix backup export of broken link previews
This commit is contained in:
@@ -3348,7 +3348,7 @@ export class BackupExportStream extends Readable {
|
||||
url: preview.url,
|
||||
title: preview.title ?? null,
|
||||
description: preview.description ?? null,
|
||||
date: getSafeLongFromTimestamp(preview.date),
|
||||
date: getSafeLongFromTimestamp(preview.date ?? 0),
|
||||
image: preview.image
|
||||
? await this.#processAttachment({
|
||||
attachment: preview.image,
|
||||
|
||||
Reference in New Issue
Block a user