Fix import of link previews without date
This commit is contained in:
parent
79d3a0f1ee
commit
6b00cf756e
1 changed files with 1 additions and 1 deletions
|
@ -1760,7 +1760,7 @@ export class BackupImportStream extends Writable {
|
|||
url,
|
||||
title: dropNull(preview.title),
|
||||
description: dropNull(preview.description),
|
||||
date: getCheckedTimestampFromLong(preview.date),
|
||||
date: getCheckedTimestampOrUndefinedFromLong(preview.date),
|
||||
image: preview.image
|
||||
? convertFilePointerToAttachment(preview.image)
|
||||
: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue