mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix issue with dates on inbound link previews
This commit is contained in:
@@ -778,7 +778,6 @@
|
||||
isStickerPack: window.Signal.LinkPreviews.isStickerPack(preview.url),
|
||||
domain: window.Signal.LinkPreviews.getDomain(preview.url),
|
||||
image: preview.image ? this.getPropsForAttachment(preview.image) : null,
|
||||
date: preview.date ? preview.date.toNumber() : null,
|
||||
}));
|
||||
},
|
||||
getPropsForQuote() {
|
||||
|
||||
Reference in New Issue
Block a user