Fix thread preview (#1163)

This commit is contained in:
Djorkaeff Alexandre 2019-08-30 09:45:11 -03:00 committed by Diego Mello
parent c7791b9a38
commit 360451ea1e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const Content = React.memo((props) => {
numberOfLines={props.tmid ? 1 : 0}
channels={props.channels}
mentions={props.mentions}
useMarkdown={props.useMarkdown}
useMarkdown={props.useMarkdown && !props.tmid}
navToRoomInfo={props.navToRoomInfo}
tmid={props.tmid}
/>