Fix thread preview (#1163)
This commit is contained in:
parent
c7791b9a38
commit
360451ea1e
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue