Skip to content
Snippets Groups Projects
Commit 360451ea authored by Djorkaeff Alexandre's avatar Djorkaeff Alexandre Committed by Diego Mello
Browse files

Fix thread preview (#1163)

parent c7791b9a
No related branches found
No related tags found
No related merge requests found
......@@ -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}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment