Emojify and linkify group descriptions
This commit is contained in:
parent
68f1023946
commit
65a1e82857
6 changed files with 87 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2020 Signal Messenger, LLC
|
||||
// Copyright 2020-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
/* eslint-disable-next-line max-classes-per-file */
|
||||
|
@ -1368,7 +1368,7 @@ storiesOf('Components/Conversation/GroupV2Change', module)
|
|||
{
|
||||
type: 'description',
|
||||
description:
|
||||
'This is a long description.\n\nWe need a dialog to view it all!',
|
||||
'This is a long description.\n\nWe need a dialog to view it all!\n\nIt has a link to https://example.com',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -1381,7 +1381,7 @@ storiesOf('Components/Conversation/GroupV2Change', module)
|
|||
{
|
||||
type: 'description',
|
||||
description:
|
||||
'This is a long description.\n\nWe need a dialog to view it all!',
|
||||
'This is a long description.\n\nWe need a dialog to view it all!\n\nIt has a link to https://example.com',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -1393,7 +1393,7 @@ storiesOf('Components/Conversation/GroupV2Change', module)
|
|||
{
|
||||
type: 'description',
|
||||
description:
|
||||
'This is a long description.\n\nWe need a dialog to view it all!',
|
||||
'This is a long description.\n\nWe need a dialog to view it all!\n\nIt has a link to https://example.com',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue