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>
);