Enable Mention Rendering in sidepanel

pull/1076/head
Konstantin Ullrich 5 years ago
parent f632a87b05
commit fadbc03576

@ -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