Merge pull request #1076 from konstantinullrich/#1059-Mentions-display-the-username-instead-of-SessionID

Enable Mention Rendering in sidepanel
pull/1084/head
Ryan Tharp 5 years ago committed by GitHub
commit c36d071859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -266,6 +266,7 @@ export class ConversationListItem extends React.PureComponent<Props> {
<TypingAnimation i18n={i18n} />
) : (
<MessageBody
isGroup={true}
text={text}
disableJumbomoji={true}
disableLinks={true}

Loading…
Cancel
Save