Ensure second line of message body is never visible in LeftPane
This commit is contained in:
parent
0fc384cfa3
commit
bbb3b0467f
2 changed files with 1 additions and 2 deletions
|
@ -181,7 +181,7 @@ export class ConversationListItem extends React.PureComponent<Props> {
|
|||
</span>
|
||||
) : null}
|
||||
<MessageBody
|
||||
text={text}
|
||||
text={text.split('\n')[0]}
|
||||
disableJumbomoji={true}
|
||||
disableLinks={true}
|
||||
i18n={i18n}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue