From ffc5e9ef9ba35094667025a468510f96d348da09 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 11 Jan 2021 18:23:31 -0600 Subject: [PATCH] Remove obsolete story --- .../conversation/Message.stories.tsx | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/ts/components/conversation/Message.stories.tsx b/ts/components/conversation/Message.stories.tsx index 8fb303fc72..1b9a62051e 100644 --- a/ts/components/conversation/Message.stories.tsx +++ b/ts/components/conversation/Message.stories.tsx @@ -531,33 +531,6 @@ story.add('Link Preview with no date', () => { return renderBothDirections(props); }); -story.add('Link Preview with too old a date', () => { - const props = createProps({ - previews: [ - { - domain: 'signal.org', - image: { - contentType: IMAGE_PNG, - fileName: 'the-sax.png', - height: 240, - url: pngUrl, - width: 320, - }, - isStickerPack: false, - title: 'Signal', - description: - 'Say "hello" to a different messaging experience. An unexpected focus on privacy, combined with all of the features you expect.', - url: 'https://www.signal.org', - date: 123, - }, - ], - status: 'sent', - text: 'Be sure to look at https://www.signal.org', - }); - - return renderBothDirections(props); -}); - story.add('Link Preview with too new a date', () => { const props = createProps({ previews: [