unbubble some type of events

This commit is contained in:
Germain Souquet 2021-07-07 15:13:58 +02:00
parent 6a03ab825f
commit 55896223aa
4 changed files with 127 additions and 76 deletions

View file

@ -712,6 +712,7 @@ export default class MessagePanel extends React.Component<IProps, IState> {
layout={this.props.layout}
enableFlair={this.props.enableFlair}
showReadReceipts={this.props.showReadReceipts}
hideSender={this.props.room.getMembers().length <= 2}
/>
</TileErrorBoundary>,
);