1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Implement a very low fidelity UI for threads

This commit is contained in:
Germain Souquet
2021-08-20 12:11:04 +01:00
parent d5356361a9
commit 30a762944a
4 changed files with 49 additions and 3 deletions

View File

@@ -115,6 +115,7 @@ class ThreadView extends React.Component<IProps, IState> {
replyToEvent={thread?.replyToEvent}
showReplyPreview={false}
permalinkCreator={this.props.permalinkCreator}
compact={true}
/>
</BaseCard>
);