Fix issue with dates on inbound link previews
This commit is contained in:
parent
5e0412042a
commit
bd32a55c15
2 changed files with 28 additions and 13 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue