You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
unbubble some type of events
This commit is contained in:
@ -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>,
|
||||
);
|
||||
|
Reference in New Issue
Block a user